[llvm] [RISCV] Custom promote s32 G_UDIV/UREM/SDIV on RV64. Promote SREM using G_SEXT. (PR #115402)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 11:55:10 PST 2024
mshockwave wrote:
> as we can detect it with (srem (sexti32), (sexti32))
as a result of `clampScalar(0, sXLen, sDoubleXLen)`?
https://github.com/llvm/llvm-project/pull/115402
More information about the llvm-commits
mailing list