[PATCH] D77738: [MLIR] Fix test case typos in unroll.mlir

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 10:19:17 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGae8ebeca519d: [MLIR] Fix test case typos in unroll.mlir (authored by bondhugula).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77738

Files:
  mlir/test/Dialect/Affine/unroll.mlir


Index: mlir/test/Dialect/Affine/unroll.mlir
===================================================================
--- mlir/test/Dialect/Affine/unroll.mlir
+++ mlir/test/Dialect/Affine/unroll.mlir
@@ -501,7 +501,7 @@
     // A cleanup loop will be be generated here.
     // UNROLL-BY-4-NEXT: affine.for %arg2 = #map{{[0-9]+}}()[%arg0] to %arg0 {
     // UNROLL-BY-4-NEXT: %0 = "foo"() : () -> i32
-    // UNROLL-BY-4_NEXT: }
+    // UNROLL-BY-4-NEXT: }
     affine.for %j = 0 to %N {
       %x = "foo"() : () -> i32
     }
@@ -526,7 +526,7 @@
 // A cleanup loop will be be generated here.
 // UNROLL-BY-4-NEXT: affine.for %{{.*}} = #map{{[0-9]+}}()[%[[N]]] to %[[N]] step 3 {
 // UNROLL-BY-4-NEXT:   "foo"()
-// UNROLL-BY-4_NEXT: }
+// UNROLL-BY-4-NEXT: }
   }
   return
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77738.256059.patch
Type: text/x-patch
Size: 772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/6ebcda96/attachment.bin>


More information about the llvm-commits mailing list