[Mlir-commits] [mlir] Make index computation used divsi/remsi (PR #124390)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jan 24 20:08:27 PST 2025


https://github.com/kuhar commented:

Is the behavior only different for negative inputs? IE, I'd think that for values in the range `[0, SIGNED_MAX]`, the signed and unsigned division would produce the same results?

https://github.com/llvm/llvm-project/pull/124390


More information about the Mlir-commits mailing list