[Mlir-commits] [mlir] b3c856d - [MLIR][NFC] Fix the Conversion/MemRefToSPIRV/alloc.mlir test.
Ivan Kosarev
llvmlistbot at llvm.org
Wed May 25 06:05:44 PDT 2022
Author: Ivan Kosarev
Date: 2022-05-25T13:58:19+01:00
New Revision: b3c856d10ceeb0b6c8f2a44838bbad187cbfaa65
URL: https://github.com/llvm/llvm-project/commit/b3c856d10ceeb0b6c8f2a44838bbad187cbfaa65
DIFF: https://github.com/llvm/llvm-project/commit/b3c856d10ceeb0b6c8f2a44838bbad187cbfaa65.diff
LOG: [MLIR][NFC] Fix the Conversion/MemRefToSPIRV/alloc.mlir test.
Caught with D125604.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D126292
Added:
Modified:
mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
Removed:
################################################################################
diff --git a/mlir/test/Conversion/MemRefToSPIRV/alloc.mlir b/mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
index 434eec1aaf30c..498b0f9977647 100644
--- a/mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
+++ b/mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
@@ -41,7 +41,7 @@ module attributes {
// CHECK: spv.GlobalVariable @__workgroup_mem__{{[0-9]+}}
// CHECK-SAME: !spv.ptr<!spv.struct<(!spv.array<20 x i32>)>, Workgroup>
-// CHECK_LABEL: spv.func @alloc_dealloc_workgroup_mem
+// CHECK: func @alloc_dealloc_workgroup_mem
// CHECK: %[[VAR:.+]] = spv.mlir.addressof @__workgroup_mem__0
// CHECK: %[[LOC:.+]] = spv.SDiv
// CHECK: %[[PTR:.+]] = spv.AccessChain %[[VAR]][%{{.+}}, %[[LOC]]]
More information about the Mlir-commits
mailing list