[PATCH] D93996: Nit: fix spacing

Sanjoy Das (Work Account) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 3 10:34:49 PST 2021


sanjoy.google created this revision.
sanjoy.google added a reviewer: csigg.
Herald added subscribers: teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
sanjoy.google requested review of this revision.
Herald added subscribers: stephenneuendorffer, nicolasvasilache.
Herald added a reviewer: herhut.
Herald added a project: MLIR.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93996

Files:
  mlir/test/Dialect/GPU/async-region.mlir


Index: mlir/test/Dialect/GPU/async-region.mlir
===================================================================
--- mlir/test/Dialect/GPU/async-region.mlir
+++ mlir/test/Dialect/GPU/async-region.mlir
@@ -103,7 +103,7 @@
     return
   }
 
- // CHECK-LABEL:func @async_execute_with_result(%{{.*}}: index)
+  // CHECK-LABEL:func @async_execute_with_result(%{{.*}}: index)
   func @async_execute_with_result(%sz : index) -> index {
     // CHECK: %[[a0:.*]], %[[f0:.*]]:2 = async.execute
     // CHECK-SAME: -> (!async.value<index>, !async.value<!gpu.async.token>)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93996.314294.patch
Type: text/x-patch
Size: 565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210103/708453d8/attachment.bin>


More information about the llvm-commits mailing list