[PATCH] D77004: [MLIR] Fix permuteLoops utility

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 12:30:24 PDT 2020


dcaballe added a comment.

Thanks for addressing this, Uday!



================
Comment at: mlir/test/Dialect/Affine/loop-permute.mlir:35
+// CHECK-102:      "foo"(%arg4, %arg3)
+// CHECK-102-NEXT: "bar"(%arg5)
+
----------------
Nice! That's an interesting way to check that the loop order is the expected :)


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