[PATCH] D93996: Nit: fix spacing
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 09:43:07 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbd166c813c55: Nit: fix spacing (authored by sanjoy).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93996/new/
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.314925.patch
Type: text/x-patch
Size: 565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/c812b658/attachment.bin>
More information about the llvm-commits
mailing list