Skip to content

Commit

Permalink
Fix build/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Jul 2, 2022
1 parent 7a14656 commit a0d0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/simd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ GenTree* Compiler::createAddressNodeForSIMDInit(GenTree* tree, unsigned simdSize
GenTree* objRef = tree->AsField()->GetFldObj();
if (objRef != nullptr && objRef->gtOper == GT_ADDR)
{
src/coreclr/jit/simd.cppGenTree* obj = objRef->AsOp()->gtOp1;
GenTree* obj = objRef->AsOp()->gtOp1;

// If the field is directly from a struct, then in this case,
// we should set this struct's lvUsedInSIMDIntrinsic as true,
Expand Down

0 comments on commit a0d0812

Please sign in to comment.