Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISC-V] Check DivideByZeroException before generating check for unsi…
…gned 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
- Loading branch information