File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ test_mm_malloc() {
19
19
20
20
// CHECK-LABEL: @test_mm_malloc
21
21
22
- // CHECK: define internal i8* @_mm_malloc(i64 [[REG1:[0-9a-zA-Z_%.]+]], i64 [[REG2:[0-9a-zA-Z_%.]+]])
22
+ // CHECK: define internal i8* @_mm_malloc(i64 noundef [[REG1:[0-9a-zA-Z_%.]+]], i64 noundef [[REG2:[0-9a-zA-Z_%.]+]])
23
23
// CHECK: [[REG3:[0-9a-zA-Z_%.]+]] = alloca i8*, align 8
24
24
// CHECK: store i64 [[REG1]], i64* [[REG4:[0-9a-zA-Z_%.]+]], align 8
25
25
// CHECK-NEXT: store i64 [[REG2]], i64* [[REG5:[0-9a-zA-Z_%.]+]], align 8
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ test_mm_malloc() {
19
19
20
20
// CHECK-LABEL: @test_mm_malloc
21
21
22
- // CHECK: define internal i8* @_mm_malloc(i64 [[REG1:[0-9a-zA-Z_%.]+]], i64 [[REG2:[0-9a-zA-Z_%.]+]])
22
+ // CHECK: define internal i8* @_mm_malloc(i64 noundef [[REG1:[0-9a-zA-Z_%.]+]], i64 noundef [[REG2:[0-9a-zA-Z_%.]+]])
23
23
// CHECK: [[REG3:[0-9a-zA-Z_%.]+]] = alloca i8*, align 8
24
24
// CHECK: store i64 [[REG1]], i64* [[REG4:[0-9a-zA-Z_%.]+]], align 8
25
25
// CHECK-NEXT: store i64 [[REG2]], i64* [[REG5:[0-9a-zA-Z_%.]+]], align 8
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ namespace ImplicitSpecialMembers {
52
52
// CHECK-LABEL: define {{.*}} @_ZN20OperatorDeleteLookup1AD0Ev(
53
53
// CHECK: call {{.*}}void @_ZN20OperatorDeleteLookup1AdlEPv(
54
54
55
- // CHECK-DAG: call {{[a-z\_\d]*[ ]?i32}} @_ZN8CtorInitIiE1fEv(
55
+ // CHECK-DAG: call {{.*}}i32 @_ZN8CtorInitIiE1fEv(
56
56
57
57
extern B b1;
58
58
B b2 (b1);
Original file line number Diff line number Diff line change 19
19
void lambdas () {
20
20
int i = 1 ;
21
21
22
- // LMBGEN-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
23
- // LMBUSE-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
22
+ // LMBGEN-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
23
+ // LMBUSE-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
24
24
// LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 0
25
25
auto f = [&i](int k) {
26
26
// LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 1
You can’t perform that action at this time.
0 commit comments