[Mlir-commits] [mlir] [mlir][tensor] Implement constant folder for tensor.pad (PR #92691)

Mehdi Amini llvmlistbot at llvm.org
Sun May 19 11:21:44 PDT 2024


joker-eph wrote:

Isn't this the kind of folder that can blow up the IR?
I find constant folding on full tensors to be the kind of thing that is difficult to get right, and hardly possible without context.

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


More information about the Mlir-commits mailing list