[Mlir-commits] [mlir] [mlir][memref] Rewrite scalar `memref.copy` through reinterpret_cast into load/store (PR #186118)
Paul Kirth
llvmlistbot at llvm.org
Thu Mar 12 10:40:28 PDT 2026
================
@@ -0,0 +1,321 @@
+// RUN: mlir-opt -memref-bypass-reinterpret-cast %s -split-input-file
+// | FileCheck %s
----------------
ilovepi wrote:
```suggestion
// RUN: mlir-opt -memref-bypass-reinterpret-cast %s -split-input-file | FileCheck %s
```
or
```suggestion
// RUN: mlir-opt -memref-bypass-reinterpret-cast %s -split-input-file \
// RUN: | FileCheck %s
```
Otherwise I don't think this will run `FileCheck`.
https://github.com/llvm/llvm-project/pull/186118
More information about the Mlir-commits
mailing list