OSDN Git Service

Nit: fix spacing
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sun, 3 Jan 2021 18:33:34 +0000 (10:33 -0800)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 6 Jan 2021 17:40:50 +0000 (09:40 -0800)
Differential Revision: https://reviews.llvm.org/D93996

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

index 216ccce..84a0356 100644 (file)
@@ -103,7 +103,7 @@ module attributes {gpu.container_module} {
     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>)