Skip to content

Commit

Permalink
Removed the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Apr 9, 2024
1 parent 00aacab commit f716958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/jit/hwintrinsic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ GenTree* Compiler::impHWIntrinsic(NamedIntrinsic intrinsic,
op3 = getArgForHWIntrinsic(sigReader.GetOp3Type(), sigReader.op3ClsHnd);
op2 = getArgForHWIntrinsic(sigReader.GetOp2Type(), sigReader.op2ClsHnd);
op1 = getArgForHWIntrinsic(sigReader.GetOp1Type(), sigReader.op1ClsHnd);
assert(addRangeCheckIfNeeded(intrinsic, op3, mustExpand, immLowerBound, immUpperBound) == op3);
break;

case 2:
Expand Down

0 comments on commit f716958

Please sign in to comment.