Skip to content

Commit

Permalink
Apply formatting patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Aug 22, 2024
1 parent 6dc65e1 commit a93f74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21261,7 +21261,7 @@ GenTree* Compiler::gtNewSimdBinOpNode(
GenTree** op2ToDup = nullptr;

assert(varTypeIsSIMD(op1));
op1 = gtNewSimdToScalarNode(TYP_LONG, op1, simdBaseJitType, simdSize);
op1 = gtNewSimdToScalarNode(TYP_LONG, op1, simdBaseJitType, simdSize);
GenTree** op1ToDup = &op1->AsHWIntrinsic()->Op(1);

if (varTypeIsSIMD(op2))
Expand Down

0 comments on commit a93f74f

Please sign in to comment.