[PATCH] D77004: [MLIR] Fix permuteLoops utility

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 13:04:32 PDT 2020


nicolasvasilache added inline comments.


================
Comment at: mlir/test/Dialect/Affine/loop-permute.mlir:26
+// CHECK-120-NEXT:     affine.for
+// CHECK-120-NEXT:       "foo"(%arg4, %arg5)
+// CHECK-120-NEXT:       "bar"(%arg3)
----------------
plz use captures instead of SSA names.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77004/new/

https://reviews.llvm.org/D77004





More information about the llvm-commits mailing list