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 dec9a17 commit 5954af2Copy full SHA for 5954af2
clang/test/CIR/CodeGen/try-catch.cpp
@@ -163,7 +163,7 @@ void tc7() {
163
// CHECK: cir.scope {
164
// CHECK: cir.try {
165
// CHECK: %[[V2:.*]] = cir.load {{.*}} : !cir.ptr<!s32i>, !s32i
166
-// CHECK: %[[V3:.*]] = cir.unary(inc, %[[V2]]) : !s32i, !s32i
+// CHECK: %[[V3:.*]] = cir.unary(inc, %[[V2]]) nsw : !s32i, !s32i
167
// CHECK: cir.store %[[V3]], {{.*}} : !s32i, !cir.ptr<!s32i>
168
// CHECK: cir.return
169
// CHECK: }
0 commit comments