File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pub enum Enum0 {
11
11
B ,
12
12
}
13
13
14
- // CHECK: define noundef i8 @match0{{.*}}
14
+ // CHECK: define noundef{{( range\(i8 [0-9]+, [0-9]+\))?}} i8 @match0{{.*}}
15
15
// CHECK-NEXT: start:
16
16
// CHECK-NEXT: %1 = icmp eq i8 %0, 2
17
17
// CHECK-NEXT: %2 = and i8 %0, 1
@@ -32,7 +32,7 @@ pub enum Enum1 {
32
32
C ,
33
33
}
34
34
35
- // CHECK: define noundef i8 @match1{{.*}}
35
+ // CHECK: define noundef{{( range\(i8 [0-9]+, [0-9]+\))?}} i8 @match1{{.*}}
36
36
// CHECK-NEXT: start:
37
37
// CHECK-NEXT: %1 = add i8 %0, -2
38
38
// CHECK-NEXT: %2 = zext i8 %1 to i64
@@ -91,7 +91,7 @@ pub enum Enum2 {
91
91
E ,
92
92
}
93
93
94
- // CHECK: define noundef i8 @match2{{.*}}
94
+ // CHECK: define noundef{{( range\(i8 [0-9]+, [0-9]+\))?}} i8 @match2{{.*}}
95
95
// CHECK-NEXT: start:
96
96
// CHECK-NEXT: %1 = add i8 %0, 2
97
97
// CHECK-NEXT: %2 = zext i8 %1 to i64
You can’t perform that action at this time.
0 commit comments