[LoongArch64] Remove the redundant check of DivideByZeroException for GT_UDIV/GT_UMOD in CodeGen::genCodeForDivMod().#99215
Conversation
… GT_UDIV/GT_UMOD in CodeGen::genCodeForDivMod().
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis PR is to optimize the duplicate
|
|
Hi @clamp03 ,thank you very much for your reminder. |
|
@LuckyXu-HF Thank you. |
|
@shushanhf @jakobbotsch |
Done in #99228. Thank you all. |
|
@shushanhf Can you approve as well? I'll merge it once you've reviewed. |
shushanhf
left a comment
There was a problem hiding this comment.
I'm sorry to forget adding Approved.
LGTM
Thanks
This PR is to optimize the duplicate
DivideByZeroExceptioncheck forGT_UDIV/GT_UMODinCodeGen::genCodeForDivMod().This situation is mentioned in PR #98648 for RISC-V.