diff options
| author | Eric Liu <ioeric@google.com> | 2017-03-16 13:16:35 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2017-03-16 13:16:35 +0000 |
| commit | 971de6229162fd0883d9b73ab2c8df579bbe1263 (patch) | |
| tree | 47c9ee1a109ea218d415235913187b10b01d3c6d /llvm/test/Transforms/PGOProfile | |
| parent | 4670bb00b5660b3832b37a6d89cf9ddfc75a5430 (diff) | |
| download | bcm5719-llvm-971de6229162fd0883d9b73ab2c8df579bbe1263.tar.gz bcm5719-llvm-971de6229162fd0883d9b73ab2c8df579bbe1263.zip | |
Revert "[PGO] Value profile for size of memory intrinsic calls"
This commit reverts r297897 and r297909.
llvm-svn: 297951
Diffstat (limited to 'llvm/test/Transforms/PGOProfile')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/comdat_internal.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/PGOProfile/comdat_internal.ll b/llvm/test/Transforms/PGOProfile/comdat_internal.ll index 74630179105..36affd5392f 100644 --- a/llvm/test/Transforms/PGOProfile/comdat_internal.ll +++ b/llvm/test/Transforms/PGOProfile/comdat_internal.ll @@ -14,9 +14,9 @@ $foo = comdat any ; CHECK: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat ; CHECK-NOT: __profn__stdin__foo ; CHECK: @__profc__stdin__foo.[[FOO_HASH]] = private global [1 x i64] zeroinitializer, section "__llvm_prf_cnts", comdat($__profv__stdin__foo.[[FOO_HASH]]), align 8 -; CHECK: @__profd__stdin__foo.[[FOO_HASH]] = private global { i64, i64, i64*, i8*, i8*, i32, [2 x i16] } { i64 -5640069336071256030, i64 [[FOO_HASH]], i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__profc__stdin__foo.[[FOO_HASH]], i32 0, i32 0), i8* null +; CHECK: @__profd__stdin__foo.[[FOO_HASH]] = private global { i64, i64, i64*, i8*, i8*, i32, [1 x i16] } { i64 -5640069336071256030, i64 [[FOO_HASH]], i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__profc__stdin__foo.[[FOO_HASH]], i32 0, i32 0), i8* null ; CHECK-NOT: bitcast (i32 ()* @foo to i8*) -; CHECK-SAME: , i8* null, i32 1, [2 x i16] zeroinitializer }, section "__llvm_prf_data", comdat($__profv__stdin__foo.[[FOO_HASH]]), align 8 +; CHECK-SAME: , i8* null, i32 1, [1 x i16] zeroinitializer }, section "__llvm_prf_data", comdat($__profv__stdin__foo.[[FOO_HASH]]), align 8 ; CHECK: @__llvm_prf_nm ; CHECK: @llvm.used |

