[Mlir-commits] [mlir] [mlir][Vector] Add canonicalization for extract_strided_slice(create_mask) (PR #146745)

Diego Caballero llvmlistbot at llvm.org
Wed Jul 2 09:52:57 PDT 2025


https://github.com/dcaballe commented:

LG, thanks! Just some minor comments.

I'm curious: what is the current lowering of this without the canonicalization? A `vector.shuffle` extracting the slice from the mask?

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


More information about the Mlir-commits mailing list