[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:58 PDT 2025


================
@@ -4081,6 +4081,62 @@ void ExtractStridedSliceOp::getOffsets(SmallVectorImpl<int64_t> &results) {
 
 namespace {
 
+class StridedSliceCreateMaskFolder final
----------------
dcaballe wrote:

Add doc with before and after example?

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


More information about the Mlir-commits mailing list