Skip to content

Commit

Permalink
Review edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycanino committed Mar 6, 2023
1 parent dcbc6a9 commit 40a46eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/hwintrinsiccodegenxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ void CodeGen::genAvxFamilyIntrinsic(GenTreeHWIntrinsic* node)
unreached();
}

assert(emitter::isMaskReg(maskReg));
assert(emitter::isMaskReg(maskReg) && maskReg == REG_K1);

emit->emitIns_R_R(maskIns, attr, maskReg, op1Reg);
emit->emitIns_Mov(kmovIns, EA_8BYTE, targetReg, maskReg, INS_FLAGS_DONT_CARE);
Expand Down

0 comments on commit 40a46eb

Please sign in to comment.