We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235ef9e commit 39b2db1Copy full SHA for 39b2db1
clang/test/CIR/CodeGen/basic.cpp
@@ -9,5 +9,5 @@ int f1() {
9
// CHECK: module
10
// CHECK: cir.func @f1() -> !cir.int<s, 32>
11
// CHECK: %[[I_PTR:.*]] = cir.alloca !cir.int<s, 32>, !cir.ptr<!cir.int<s, 32>>, ["i"] {alignment = 4 : i64}
12
-// CIR-NEXT: %[[I:.*]] = cir.load %[[I_PTR]] : !cir.ptr<!cir.int<s, 32>>, !cir.int<s, 32>
13
-// CIR-NEXT: cir.return %[[I]] : !cir.int<s, 32>
+// CHECK: %[[I:.*]] = cir.load %[[I_PTR]] : !cir.ptr<!cir.int<s, 32>>, !cir.int<s, 32>
+// CHECK: cir.return %[[I]] : !cir.int<s, 32>
0 commit comments