[Mlir-commits] [mlir] [mlir][Math] Fix IPowIOp folding crash for i1 (PR #179684)

Ayush Kumar Gaur llvmlistbot at llvm.org
Tue Feb 10 12:59:03 PST 2026


Ayush3941 wrote:

okay i think for now its better to avoid folding for such a case like i get it now its not 0 and 1(my bad earlier) in ipowi its signed 0 and -1 which makes almost every option here ambiguous in that frame ,best to avoid it for now ,however i am open to the idea of defining wrap semantics for ipowi i needed

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


More information about the Mlir-commits mailing list