File tree 8 files changed +9
-9
lines changed
llvm/test/Transforms/PGOProfile
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ target triple = "x86_64-unknown-linux-gnu"
7
7
; GEN-DARWIN-LINKONCE: target triple = "x86_64-apple-darwin"
8
8
9
9
; GEN-COMDAT: $__llvm_profile_raw_version = comdat any
10
- ; GEN-COMDAT: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
11
- ; GEN-LINKONCE: @__llvm_profile_raw_version = linkonce constant i64 72057594037927939
10
+ ; GEN-COMDAT: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
11
+ ; GEN-LINKONCE: @__llvm_profile_raw_version = linkonce constant i64 {{[0-9]+}}
12
12
; GEN: @__profn_test_br_1 = private constant [9 x i8] c"test_br_1"
13
13
14
14
define i32 @test_br_1 (i32 %i ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
5
target triple = "x86_64-unknown-linux-gnu"
6
6
7
7
; GEN: $__llvm_profile_raw_version = comdat any
8
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
8
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
9
9
; GEN: @__profn_test_br_2 = private constant [9 x i8] c"test_br_2"
10
10
11
11
define i32 @test_br_2 (i32 %i ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
5
target triple = "x86_64-unknown-linux-gnu"
6
6
7
7
; GEN: $__llvm_profile_raw_version = comdat any
8
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
8
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
9
9
; GEN: @__profn_test_criticalEdge = private constant [17 x i8] c"test_criticalEdge"
10
10
; GEN: @__profn__stdin__bar = private constant [11 x i8] c"<stdin>:bar"
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ target triple = "x86_64-unknown-linux-gnu"
7
7
@val = global i32 0 , align 4
8
8
@_ZTIi = external constant i8*
9
9
; GEN: $__llvm_profile_raw_version = comdat any
10
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
10
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
11
11
; GEN: @__profn_bar = private constant [3 x i8] c"bar"
12
12
; GEN: @__profn_foo = private constant [3 x i8] c"foo"
13
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
5
target triple = "x86_64-unknown-linux-gnu"
6
6
7
7
; GEN: $__llvm_profile_raw_version = comdat any
8
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
8
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
9
9
; GEN: @__profn_test_simple_for = private constant [15 x i8] c"test_simple_for"
10
10
11
11
define i32 @test_simple_for (i32 %n ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
5
target triple = "x86_64-unknown-linux-gnu"
6
6
7
7
; GEN: $__llvm_profile_raw_version = comdat any
8
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
8
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
9
9
; GEN: @__profn_test_nested_for = private constant [15 x i8] c"test_nested_for"
10
10
11
11
define i32 @test_nested_for (i32 %r , i32 %s ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3
3
target triple = "x86_64-unknown-linux-gnu"
4
4
5
5
; GEN: $__llvm_profile_raw_version = comdat any
6
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
6
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
7
7
; GEN: @__profn_single_bb = private constant [9 x i8] c"single_bb"
8
8
9
9
define i32 @single_bb () {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5
5
target triple = "x86_64-unknown-linux-gnu"
6
6
7
7
; GEN: $__llvm_profile_raw_version = comdat any
8
- ; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939 , comdat
8
+ ; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}} , comdat
9
9
; GEN: @__profn_test_switch = private constant [11 x i8] c"test_switch"
10
10
11
11
define void @test_switch (i32 %i ) {
You can’t perform that action at this time.
0 commit comments