File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
compiler-rt/test/profile/Linux Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ __attribute__((noinline)) void foo(int n, int N) {
22
22
// PROMO: load{{.*}}@__profc_foo{{.*}} 3){{.*}}
23
23
// PROMO-NEXT: add
24
24
// PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 3){{.*}}
25
- // PROMO: load{{.*}}@__profc_foo, align
25
+ // PROMO: load{{.*}}@__profc_foo{{.*}} 0){{.*}}
26
26
// PROMO-NEXT: add
27
- // PROMO-NEXT: store{{.*}}@__profc_foo, align
27
+ // PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 0){{.*}}
28
28
// PROMO-NEXT: load{{.*}}@__profc_foo{{.*}} 1){{.*}}
29
29
// PROMO-NEXT: add
30
30
// PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 1){{.*}}
@@ -33,9 +33,9 @@ __attribute__((noinline)) void foo(int n, int N) {
33
33
// PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 2){{.*}}
34
34
//
35
35
// NOPROMO-LABEL: @foo
36
- // NOPROMO: load{{.*}}@__profc_foo, align
36
+ // NOPROMO: load{{.*}}@__profc_foo{{.*}} 0){{.*}}
37
37
// NOPROMO-NEXT: add
38
- // NOPROMO-NEXT: store{{.*}}@__profc_foo, align
38
+ // NOPROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 0){{.*}}
39
39
// NOPROMO: load{{.*}}@__profc_foo{{.*}} 1){{.*}}
40
40
// NOPROMO-NEXT: add
41
41
// NOPROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 1){{.*}}
Original file line number Diff line number Diff line change 17
17
__attribute__((noinline )) void bar (int i ) { g += i ; }
18
18
__attribute__((noinline )) void foo (int n , int N ) {
19
19
// PROMO-LABEL: @foo
20
- // PROMO: load{{.*}}@__profc_foo, align
20
+ // PROMO: load{{.*}}@__profc_foo{{.*}} 0){{.*}}
21
21
// PROMO-NEXT: add
22
- // PROMO-NEXT: store{{.*}}@__profc_foo, align
22
+ // PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 0){{.*}}
23
23
// PROMO-NEXT: load{{.*}}@__profc_foo{{.*}} 1){{.*}}
24
24
// PROMO-NEXT: add
25
25
// PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 1){{.*}}
@@ -28,9 +28,9 @@ __attribute__((noinline)) void foo(int n, int N) {
28
28
// PROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 2){{.*}}
29
29
//
30
30
// NOPROMO-LABEL: @foo
31
- // NOPROMO: load{{.*}}@__profc_foo, align
31
+ // NOPROMO: load{{.*}}@__profc_foo{{.*}} 0){{.*}}
32
32
// NOPROMO-NEXT: add
33
- // NOPROMO-NEXT: store{{.*}}@__profc_foo, align
33
+ // NOPROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 0){{.*}}
34
34
// NOPROMO: load{{.*}}@__profc_foo{{.*}} 1){{.*}}
35
35
// NOPROMO-NEXT: add
36
36
// NOPROMO-NEXT: store{{.*}}@__profc_foo{{.*}} 1){{.*}}
You can’t perform that action at this time.
0 commit comments