[Mlir-commits] [mlir] [mlir][Vector] Fold `vector.extract` from poison vector (PR #126122)

Diego Caballero llvmlistbot at llvm.org
Fri Feb 7 10:06:57 PST 2025


dcaballe wrote:

> There isn't poison folding for ExtractStridedSliceOp, right? Should there be?

I'm adding support incrementally to these ops since having poison working end-to-end has proven to be quite involved even for a few ops. We'll get there :)

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


More information about the Mlir-commits mailing list