[llvm] [CGP]: Optimize mul.overflow. (PR #148343)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 13 11:14:28 PDT 2025


nikic wrote:

FWIW, the reason why LLVM expands this inline and does not use the compiler-rt builtin is that we, unfortunately, have to cater to the lowest common denominator, which is libgcc, which does not support the __muloti4 builtin :(

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


More information about the llvm-commits mailing list