[Mlir-commits] [mlir] [mlir][vector] Add pattern to rewrite contiguous ExtractStridedSlice into Extract (PR #111541)

Jakub Kuderski llvmlistbot at llvm.org
Tue Oct 8 08:42:08 PDT 2024


================
@@ -0,0 +1,35 @@
+// RUN: mlir-opt -split-input-file -test-vector-contiguous-extract-strided-slice-to-extract %s | FileCheck %s
----------------
kuhar wrote:

```suggestion
// RUN: mlir-opt --test-vector-contiguous-extract-strided-slice-to-extract %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list