[PATCH] D78209: [MLIR] Fix fusion of linalg.indexed_generic producer into tiled (Indexed)GenericOp.
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 08:44:30 PDT 2020
nicolasvasilache accepted this revision.
nicolasvasilache added a comment.
This revision is now accepted and ready to land.
Looks great, thanks Alex!
================
Comment at: mlir/test/Dialect/Linalg/fusion_indexed_generic.mlir:59
+// CHECK: linalg.generic
+// CHECK: addf
+// CHECK: linalg.indexed_generic
----------------
Can we add a
```
// CHECK-NOT: addi
```
above this line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78209/new/
https://reviews.llvm.org/D78209
More information about the llvm-commits
mailing list