[Mlir-commits] [mlir] [mlir][arith] Fix overflow bug in arith::CeilDivSIOp::fold (PR #90947)

Jakub Kuderski llvmlistbot at llvm.org
Wed May 8 08:09:06 PDT 2024


kuhar wrote:

> Why? It seems just fine to have "incomplete" or "conservative" folders: these are opportunistic, not guaranteed to fold all possible cases in general.

Yes, I think we agree on this. That's what I meant by 'should' (vs. 'must').

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


More information about the Mlir-commits mailing list