Skip to content

Commit

Permalink
Fixing NI_VectorT128_WidenUpper on ARM64 to actually call gtNewSimdWi…
Browse files Browse the repository at this point in the history
…denUpper
  • Loading branch information
tannergooding committed Nov 3, 2021
1 parent c926d85 commit c5fb319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/simdashwintrinsic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ GenTree* Compiler::impSimdAsHWIntrinsicSpecial(NamedIntrinsic intrinsic,

case NI_VectorT128_WidenUpper:
{
return gtNewSimdWidenLowerNode(retType, op1, simdBaseJitType, simdSize,
return gtNewSimdWidenUpperNode(retType, op1, simdBaseJitType, simdSize,
/* isSimdAsHWIntrinsic */ true);
}
#else
Expand Down

0 comments on commit c5fb319

Please sign in to comment.