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 77e2606 commit 0ed60c2Copy full SHA for 0ed60c2
clang/test/CodeGen/array-bounds-constraints.c
@@ -43,4 +43,5 @@ void test_store_undef(int i, int value) {
43
// CHECK: %{{.*}} = icmp ult i32 %i, 10
44
// CHECK: call void @llvm.assume(i1 %{{.*}})
45
arr[i] = value;
46
+ init_array(arr); // Avoid optimization of the above statement.
47
}
0 commit comments