You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RISC-V] Check DivideByZeroException before generating check for unsigned div/mod (#98648)
* Generate check for unsigned divide by zero only when ExceptionSetFlags::DivideByZeroException is present
Not doing so caused JITting on FullOpts fail on assert(add->acdUsed) in genJumpToThrowHlpBlk_la when the DivByZero check was optimized out as a result of #98113
* Change check for GT_DIV or GT_MOD in LSRA to look the same as CodeGen::genCodeForDivMod
0 commit comments