[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 09:14:00 PDT 2020


bondhugula created this revision.
bondhugula added reviewers: andydavis1, ftynse.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, zzheng.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.

Fix check line typos in test/Dialect/Affine/unroll.mlir.


Repository:
  rG LLVM Github Monorepo

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.256044.patch
Type: text/x-patch
Size: 772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/10aa62e7/attachment.bin>


More information about the llvm-commits mailing list