Author: Hiroshi Yamauchi Date: 2020-07-29T15:04:57-07:00 New Revision: ae7589e1f100b30a4ae13da713c9273733e69fe1
URL: https://github.com/llvm/llvm-project/commit/ae7589e1f100b30a4ae13da713c9273733e69fe1 DIFF: https://github.com/llvm/llvm-project/commit/ae7589e1f100b30a4ae13da713c9273733e69fe1.diff LOG: Revert "[PGO] Include the mem ops into the function hash." This reverts commit 120e66b3418b37b95fc1dbbb23e296a602a24fa8. Due to a buildbot failure. Added: Modified: clang/test/CodeGen/Inputs/thinlto_expect1.proftext clang/test/CodeGen/Inputs/thinlto_expect2.proftext clang/test/CodeGenCXX/Inputs/profile-remap.proftext clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext compiler-rt/test/profile/Linux/instrprof-value-merge.c llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp llvm/test/Transforms/PGOProfile/Inputs/PR41279.proftext llvm/test/Transforms/PGOProfile/Inputs/PR41279_2.proftext llvm/test/Transforms/PGOProfile/Inputs/branch1.proftext llvm/test/Transforms/PGOProfile/Inputs/branch1_large_count.proftext llvm/test/Transforms/PGOProfile/Inputs/branch2.proftext llvm/test/Transforms/PGOProfile/Inputs/branch2_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/criticaledge.proftext llvm/test/Transforms/PGOProfile/Inputs/criticaledge_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext llvm/test/Transforms/PGOProfile/Inputs/diag_no_value_sites.proftext llvm/test/Transforms/PGOProfile/Inputs/fix_entry_count.proftext llvm/test/Transforms/PGOProfile/Inputs/func_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/indirect_call.proftext llvm/test/Transforms/PGOProfile/Inputs/indirectbr.proftext llvm/test/Transforms/PGOProfile/Inputs/indirectbr_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/irreducible.proftext llvm/test/Transforms/PGOProfile/Inputs/irreducible_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/landingpad.proftext llvm/test/Transforms/PGOProfile/Inputs/landingpad_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext llvm/test/Transforms/PGOProfile/Inputs/loop1.proftext llvm/test/Transforms/PGOProfile/Inputs/loop1_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext llvm/test/Transforms/PGOProfile/Inputs/loop2_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext llvm/test/Transforms/PGOProfile/Inputs/noreturncall.proftext llvm/test/Transforms/PGOProfile/Inputs/remap.proftext llvm/test/Transforms/PGOProfile/Inputs/select1.proftext llvm/test/Transforms/PGOProfile/Inputs/select2.proftext llvm/test/Transforms/PGOProfile/Inputs/suppl-profile.proftext llvm/test/Transforms/PGOProfile/Inputs/switch.proftext llvm/test/Transforms/PGOProfile/Inputs/switch_entry.proftext llvm/test/Transforms/PGOProfile/Inputs/thinlto_cs.proftext llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll Removed: ################################################################################ diff --git a/clang/test/CodeGen/Inputs/thinlto_expect1.proftext b/clang/test/CodeGen/Inputs/thinlto_expect1.proftext index 0c904e2ea1c8..e7ce3a4ee237 100644 --- a/clang/test/CodeGen/Inputs/thinlto_expect1.proftext +++ b/clang/test/CodeGen/Inputs/thinlto_expect1.proftext @@ -2,7 +2,7 @@ :ir foo # Func Hash: -784007059655560962 +25571299074 # Num Counters: 2 # Counter Values: diff --git a/clang/test/CodeGen/Inputs/thinlto_expect2.proftext b/clang/test/CodeGen/Inputs/thinlto_expect2.proftext index c240a442c465..f9de785587ab 100644 --- a/clang/test/CodeGen/Inputs/thinlto_expect2.proftext +++ b/clang/test/CodeGen/Inputs/thinlto_expect2.proftext @@ -2,7 +2,7 @@ :csir foo # Func Hash: -784007059655560962 +25571299074 # Num Counters: 2 # Counter Values: @@ -11,7 +11,7 @@ foo foo # Func Hash: -1936928564262407938 +1152921530178146050 # Num Counters: 2 # Counter Values: diff --git a/clang/test/CodeGenCXX/Inputs/profile-remap.proftext b/clang/test/CodeGenCXX/Inputs/profile-remap.proftext index bf57fc696c49..a1f90cfa6e9e 100644 --- a/clang/test/CodeGenCXX/Inputs/profile-remap.proftext +++ b/clang/test/CodeGenCXX/Inputs/profile-remap.proftext @@ -1,6 +1,6 @@ :ir _ZN3Foo8functionENS_1XE -146835647075900052 +29667547796 2 10 90 diff --git a/clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext b/clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext index 89772cd7644f..65bc6ff46711 100644 --- a/clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext +++ b/clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext @@ -1,7 +1,7 @@ :ir :entry_first _ZN3Foo8functionENS_1XE -146835647075900052 +29667547796 2 100 90 diff --git a/clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext b/clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext index 0f39af77715d..64d18116ed64 100644 --- a/clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext +++ b/clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext @@ -2,7 +2,7 @@ :ir main # Func Hash: -1063705162469825436 +34137660316 # Num Counters: 2 # Counter Values: diff --git a/clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext b/clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext index d60162c0f529..4903f56c419e 100644 --- a/clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext +++ b/clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext @@ -3,7 +3,7 @@ :entry_first main # Func Hash: -1063705162469825436 +34137660316 # Num Counters: 2 # Counter Values: diff --git a/compiler-rt/test/profile/Linux/instrprof-value-merge.c b/compiler-rt/test/profile/Linux/instrprof-value-merge.c index 2619a1d00336..902430a4a968 100644 --- a/compiler-rt/test/profile/Linux/instrprof-value-merge.c +++ b/compiler-rt/test/profile/Linux/instrprof-value-merge.c @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) { // CHECK: Counters: // CHECK: main: -// CHECK: Hash: 0x0a9bd81e87ab6e87 +// CHECK: Hash: 0x00030012a7ab6e87 // CHECK: Counters: 6 // CHECK: Indirect Call Site Count: 3 // CHECK: Number of Memory Intrinsics Calls: 3 diff --git a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp index a99201991823..7a14f777b565 100644 --- a/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp +++ b/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp @@ -261,10 +261,6 @@ extern cl::opt<PGOViewCountsType> PGOViewCounts; // Defined in Analysis/BlockFrequencyInfo.cpp: -view-bfi-func-name= extern cl::opt<std::string> ViewBlockFreqFuncName; -static cl::opt<bool> - PGOOldCFGHashing("pgo-instr-old-cfg-hashing", cl::init(false), cl::Hidden, - cl::desc("Use the old CFG function hashing")); - // Return a string describing the branch condition that can be // used in static branch probability heuristics: static std::string getBranchCondString(Instruction *TI) { @@ -624,8 +620,7 @@ template <class Edge, class BBInfo> class FuncPGOInstrumentation { } // end anonymous namespace // Compute Hash value for the CFG: the lower 32 bits are CRC32 of the index -// value of each BB in the CFG. The higher 32 bits are the CRC32 of the numbers -// of selects, indirect calls, mem ops and edges. +// value of each BB in the CFG. The higher 32 bits record the number of edges. template <class Edge, class BBInfo> void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { std::vector<uint8_t> Indexes; @@ -644,34 +639,12 @@ void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { } JC.update(Indexes); - JamCRC JCH; - if (PGOOldCFGHashing) { - // Hash format for context sensitive profile. Reserve 4 bits for other - // information. - FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | - (uint64_t)ValueSites[IPVK_IndirectCallTarget].size() << 48 | - //(uint64_t)ValueSites[IPVK_MemOPSize].size() << 40 | - (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); - } else { - // The higher 32 bits. - union { - uint64_t N; - uint8_t C[8]; - } Data; - Data.N = (uint64_t)SIVisitor.getNumOfSelectInsts(); - JCH.update(Data.C); - Data.N = (uint64_t)ValueSites[IPVK_IndirectCallTarget].size(); - JCH.update(Data.C); - Data.N = (uint64_t)ValueSites[IPVK_MemOPSize].size(); - JCH.update(Data.C); - Data.N = (uint64_t)MST.AllEdges.size(); - JCH.update(Data.C); - - // Hash format for context sensitive profile. Reserve 4 bits for other - // information. - FunctionHash = (((uint64_t)JCH.getCRC()) << 28) + JC.getCRC(); - } - + // Hash format for context sensitive profile. Reserve 4 bits for other + // information. + FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | + (uint64_t)ValueSites[IPVK_IndirectCallTarget].size() << 48 | + //(uint64_t)ValueSites[IPVK_MemOPSize].size() << 40 | + (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); // Reserve bit 60-63 for other information purpose. FunctionHash &= 0x0FFFFFFFFFFFFFFF; if (IsCS) @@ -680,12 +653,8 @@ void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { << " CRC = " << JC.getCRC() << ", Selects = " << SIVisitor.getNumOfSelectInsts() << ", Edges = " << MST.AllEdges.size() << ", ICSites = " - << ValueSites[IPVK_IndirectCallTarget].size()); - if (!PGOOldCFGHashing) { - LLVM_DEBUG(dbgs() << ", Memops = " << ValueSites[IPVK_MemOPSize].size() - << ", High32 CRC = " << JCH.getCRC()); - } - LLVM_DEBUG(dbgs() << ", Hash = " << FunctionHash << "\n";); + << ValueSites[IPVK_IndirectCallTarget].size() + << ", Hash = " << FunctionHash << "\n";); } // Check if we can safely rename this Comdat function. diff --git a/llvm/test/Transforms/PGOProfile/Inputs/PR41279.proftext b/llvm/test/Transforms/PGOProfile/Inputs/PR41279.proftext index ce657e720c57..58c3e89f089c 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/PR41279.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/PR41279.proftext @@ -1,6 +1,6 @@ :ir foo -1096621588030135663 +60927483247 4 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/PR41279_2.proftext b/llvm/test/Transforms/PGOProfile/Inputs/PR41279_2.proftext index c6cb02aaddd1..adc16bbad92c 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/PR41279_2.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/PR41279_2.proftext @@ -1,6 +1,6 @@ :ir f -1096621589180411894 +62077759478 2 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/branch1.proftext b/llvm/test/Transforms/PGOProfile/Inputs/branch1.proftext index d5f9123fcc24..8ca9db9c0515 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/branch1.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/branch1.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_br_1 -784007059655560962 +25571299074 2 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/branch1_large_count.proftext b/llvm/test/Transforms/PGOProfile/Inputs/branch1_large_count.proftext index 4fd528ee076f..a5b1f8204e80 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/branch1_large_count.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/branch1_large_count.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_br_1 -784007059655560962 +25571299074 2 12884901888 8589934592 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/branch2.proftext b/llvm/test/Transforms/PGOProfile/Inputs/branch2.proftext index 3e20359b1b84..b5fee2b6f4fa 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/branch2.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/branch2.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_br_2 -146835647075900052 +29667547796 2 1 1 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/branch2_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/branch2_entry.proftext index 31710fc8f4bd..51de52d82492 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/branch2_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/branch2_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first test_br_2 -146835647075900052 +29667547796 2 2 1 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/criticaledge.proftext b/llvm/test/Transforms/PGOProfile/Inputs/criticaledge.proftext index 85b9779abeec..7613b643b163 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/criticaledge.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/criticaledge.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_criticalEdge -93478046750287693 +82323253069 8 2 1 @@ -13,7 +13,7 @@ test_criticalEdge 1 <stdin>:bar -742261418966908927 +12884901887 1 7 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/criticaledge_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/criticaledge_entry.proftext index f1497d6c01c9..79754261d2f8 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/criticaledge_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/criticaledge_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first test_criticalEdge -93478046750287693 +82323253069 8 7 2 @@ -14,7 +14,7 @@ test_criticalEdge 1 <stdin>:bar -742261418966908927 +12884901887 1 7 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext b/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext index 6d6d86cfb50b..e40a0f29fccc 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/cspgo.proftext @@ -54,7 +54,7 @@ bar_m2 foo # Func Hash: -1456607294772657484 +1152921640672869708 # Num Counters: 10 # Counter Values: @@ -71,7 +71,7 @@ foo foo # Func Hash: -146835646621254984 +29212902728 # Num Counters: 2 # Counter Values: @@ -80,7 +80,7 @@ foo bar # Func Hash: -1440408129826749777 +1152921569533132113 # Num Counters: 5 # Counter Values: @@ -92,7 +92,7 @@ bar bar # Func Hash: -567185239050791137 +56228292833 # Num Counters: 4 # Counter Values: @@ -103,7 +103,7 @@ bar main # Func Hash: -1895182923573755903 +1152921517491748863 # Num Counters: 1 # Counter Values: @@ -111,7 +111,7 @@ main main # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: @@ -135,7 +135,7 @@ csfdo_plain.c:barbar goo # Func Hash: -1895182923573755903 +1152921517491748863 # Num Counters: 1 # Counter Values: @@ -143,7 +143,7 @@ goo goo # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/diag_no_value_sites.proftext b/llvm/test/Transforms/PGOProfile/Inputs/diag_no_value_sites.proftext index 182778755f4b..b7ba652292ca 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/diag_no_value_sites.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/diag_no_value_sites.proftext @@ -1,6 +1,6 @@ # :ir is the flag to indicate this is IR level profile. :ir foo -48277136972185599 +12884901887 1 1 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/fix_entry_count.proftext b/llvm/test/Transforms/PGOProfile/Inputs/fix_entry_count.proftext index 7ca97aa29dbc..de4771beaacc 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/fix_entry_count.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/fix_entry_count.proftext @@ -1,7 +1,7 @@ :ir :entry_first test_simple_for -1063705162469825436 +34137660316 2 0 96 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/func_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/func_entry.proftext index 6d92958e89b8..60c49bf73095 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/func_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/func_entry.proftext @@ -3,7 +3,7 @@ :entry_first hot # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: @@ -11,7 +11,7 @@ hot cold # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: @@ -19,7 +19,7 @@ cold med # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/indirect_call.proftext b/llvm/test/Transforms/PGOProfile/Inputs/indirect_call.proftext index bb48ccc57a8b..d453090d1c58 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/indirect_call.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/indirect_call.proftext @@ -1,7 +1,7 @@ :ir bar # Func Hash: -170957022131388415 +281487861612543 # Num Counters: 1 # Counter Values: @@ -19,7 +19,7 @@ func3:20 func1 # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: @@ -27,7 +27,7 @@ func1 func2 # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: @@ -35,7 +35,7 @@ func2 func3 # Func Hash: -742261418966908927 +12884901887 # Num Counters: 1 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/indirectbr.proftext b/llvm/test/Transforms/PGOProfile/Inputs/indirectbr.proftext index 49fafd9d99bf..390996847627 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/indirectbr.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/indirectbr.proftext @@ -2,7 +2,7 @@ :ir foo # Func Hash: -844982796158316421 +47485104005 # Num Counters: 4 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/indirectbr_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/indirectbr_entry.proftext index 6910f7e21d67..7173269d20cc 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/indirectbr_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/indirectbr_entry.proftext @@ -3,7 +3,7 @@ :entry_first foo # Func Hash: -844982796158316421 +47485104005 # Num Counters: 4 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/irreducible.proftext b/llvm/test/Transforms/PGOProfile/Inputs/irreducible.proftext index 24eacb886489..9b0210d9a309 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/irreducible.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/irreducible.proftext @@ -1,7 +1,7 @@ :ir _Z11irreducibleii # Func Hash: -287486624745028451 +64451410787 # Num Counters: 6 # Counter Values: @@ -14,7 +14,7 @@ _Z11irreducibleii _Z11irreduciblePh # Func Hash: -331779889035882993 +104649601521 # Num Counters: 9 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/irreducible_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/irreducible_entry.proftext index 702c42d1addc..d04cfddda896 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/irreducible_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/irreducible_entry.proftext @@ -2,7 +2,7 @@ :entry_first _Z11irreducibleii # Func Hash: -287486624745028451 +64451410787 # Num Counters: 6 # Counter Values: @@ -15,7 +15,7 @@ _Z11irreducibleii _Z11irreduciblePh # Func Hash: -331779889035882993 +104649601521 # Num Counters: 9 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/landingpad.proftext b/llvm/test/Transforms/PGOProfile/Inputs/landingpad.proftext index 7a74b296e55f..c71fd04170be 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/landingpad.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/landingpad.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir foo -567185241952511723 +59130013419 4 3 1 @@ -9,7 +9,7 @@ foo 0 bar -784007058953177093 +24868915205 2 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/landingpad_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/landingpad_entry.proftext index 9b604038abcc..3175d9c0d630 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/landingpad_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/landingpad_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first foo -567185241952511723 +59130013419 4 5 1 @@ -10,7 +10,7 @@ foo 0 bar -784007058953177093 +24868915205 2 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext b/llvm/test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext index 8e23ae6906b0..814af7402b28 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test -784007059655560962 +25571299074 2 40000000000 20000000000 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/loop1.proftext b/llvm/test/Transforms/PGOProfile/Inputs/loop1.proftext index 25eeefe33c11..c19737149ca2 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/loop1.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/loop1.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_simple_for -1063705162469825436 +34137660316 2 96 4 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/loop1_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/loop1_entry.proftext index 56f04e808aee..b61634d94689 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/loop1_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/loop1_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first test_simple_for -1063705162469825436 +34137660316 2 4 96 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext b/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext index 7ab9cd6b946e..af3a71df1e6b 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_nested_for -798733566382720768 +53929068288 3 33 10 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/loop2_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/loop2_entry.proftext index bde1b7e4a4c1..ac8536a52675 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/loop2_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/loop2_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first test_nested_for -798733566382720768 +53929068288 3 6 33 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext b/llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext index 83aec54f2328..cce1a67a9457 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext @@ -2,7 +2,7 @@ :ir foo # Func Hash: -687116424982578944 +53929068288 # Num Counters: 3 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext index 24c9746262bd..c785a40efea5 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext @@ -2,7 +2,7 @@ :ir bar # Func Hash: -146835647075900052 +29667547796 # Num Counters: 2 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext index 5505df737527..36eaa3462782 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext @@ -2,7 +2,7 @@ :ir bar # Func Hash: -146835647075900052 +29667547796 # Num Counters: 2 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch_entry.proftext index 752b885ad2b2..df7d6cf80466 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch_entry.proftext @@ -3,7 +3,7 @@ :entry_first bar # Func Hash: -146835647075900052 +29667547796 # Num Counters: 2 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext index 39864486bb96..b0924938ea83 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext @@ -2,7 +2,7 @@ :ir main # Func Hash: -391331300939170156 +74054140268 # Num Counters: 7 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct_entry.proftext index c74f3230939e..4686fec3bee7 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct_entry.proftext @@ -3,7 +3,7 @@ :entry_first main # Func Hash: -391331300939170156 +74054140268 # Num Counters: 7 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext index ea50f6b6043f..8e8049f3dc62 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext @@ -2,7 +2,7 @@ :ir main # Func Hash: -391331300939170156 +74054140268 # Num Counters: 7 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch_entry.proftext index 6afb6c9019f2..3da4c10ac19d 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch_entry.proftext @@ -3,7 +3,7 @@ :entry_first main # Func Hash: -391331300939170156 +74054140268 # Num Counters: 7 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext b/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext index 77f8d5a5ade3..5bf67fb2bfaf 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext @@ -2,22 +2,12 @@ :ir _Z3fooi # Func Hash: -382993475055910911 -# Num Counters: -2 -# Counter Values: -18 -12 - -# For -pgo-instr-old-cfg-hashing=true -_Z3fooi -# Func Hash: 72057606922829823 # Num Counters: 2 # Counter Values: 18 -6 +12 _Z3fooi # Func Hash: @@ -27,16 +17,6 @@ _Z3fooi # Counter Values: 0 -_Z3bari -# Func Hash: -382993475055910911 -# Num Counters: -2 -# Counter Values: -0 -0 - -# For -pgo-instr-old-cfg-hashing=true _Z3bari # Func Hash: 72057606922829823 @@ -46,15 +26,6 @@ _Z3bari 0 0 -_Z4m2f1v -# Func Hash: -742261418966908927 -# Num Counters: -1 -# Counter Values: -1 - -# For -pgo-instr-old-cfg-hashing=true _Z4m2f1v # Func Hash: 12884901887 @@ -62,3 +33,4 @@ _Z4m2f1v 1 # Counter Values: 1 + diff --git a/llvm/test/Transforms/PGOProfile/Inputs/noreturncall.proftext b/llvm/test/Transforms/PGOProfile/Inputs/noreturncall.proftext index bb4b0719cf12..1bedce5b9f9b 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/noreturncall.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/noreturncall.proftext @@ -2,7 +2,7 @@ :ir foo # Func Hash: -238984482720105921 +36496524737 # Num Counters: 3 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/remap.proftext b/llvm/test/Transforms/PGOProfile/Inputs/remap.proftext index d9b22637d3a7..40054d78f5aa 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/remap.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/remap.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir _ZN3foo3barERKN1N1XINS_4quuxEEE -784007059655560962 +25571299074 2 3 2 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/select1.proftext b/llvm/test/Transforms/PGOProfile/Inputs/select1.proftext index c4d6d56073b0..60663e02ffb4 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/select1.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/select1.proftext @@ -1,7 +1,7 @@ :ir :entry_first test_br_2 -942389667449461396 +72057623705475732 3 5 1 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/select2.proftext b/llvm/test/Transforms/PGOProfile/Inputs/select2.proftext index 0d4b003ec066..8f3c562097fa 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/select2.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/select2.proftext @@ -3,7 +3,7 @@ :entry_first foo # Func Hash: -134732432632142748 +72057628175588252 # Num Counters: 3 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/Inputs/suppl-profile.proftext b/llvm/test/Transforms/PGOProfile/Inputs/suppl-profile.proftext index 41f4fbe655fa..c82311b3e0c0 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/suppl-profile.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/suppl-profile.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_simple_for -1063705162469825436 +34137660316 2 0 0 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/switch.proftext b/llvm/test/Transforms/PGOProfile/Inputs/switch.proftext index cf73ed083794..bebd65fa4c9f 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/switch.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/switch.proftext @@ -1,7 +1,7 @@ # :ir is the flag to indicate this is IR level profile. :ir test_switch -536873293052540031 +46200943743 4 0 5 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/switch_entry.proftext b/llvm/test/Transforms/PGOProfile/Inputs/switch_entry.proftext index cf079893e340..20df873608c1 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/switch_entry.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/switch_entry.proftext @@ -2,7 +2,7 @@ :ir :entry_first test_switch -536873293052540031 +46200943743 4 10 5 diff --git a/llvm/test/Transforms/PGOProfile/Inputs/thinlto_cs.proftext b/llvm/test/Transforms/PGOProfile/Inputs/thinlto_cs.proftext index 1b9f19e7f7fa..4717752da716 100644 --- a/llvm/test/Transforms/PGOProfile/Inputs/thinlto_cs.proftext +++ b/llvm/test/Transforms/PGOProfile/Inputs/thinlto_cs.proftext @@ -10,7 +10,7 @@ cond.llvm.11253644763537639171 foo # Func Hash: -1720106746050921044 +29212902728 # Num Counters: 2 # Counter Values: @@ -19,7 +19,7 @@ foo bar # Func Hash: -1299757151682747028 +1152921534274394772 # Num Counters: 2 # Counter Values: @@ -45,7 +45,7 @@ main main # Func Hash: -1895182923573755903 +12884901887 # Num Counters: 1 # Counter Values: @@ -53,7 +53,7 @@ main cspgo.c:foo # Func Hash: -1720106746050921044 +1152921563228422740 # Num Counters: 4 # Counter Values: diff --git a/llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll b/llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll index f0011114f0d0..fdfb16b9e2e5 100644 --- a/llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll +++ b/llvm/test/Transforms/PGOProfile/multiple_hash_profile.ll @@ -1,8 +1,6 @@ ; RUN: llvm-profdata merge %S/Inputs/multiple_hash_profile.proftext -o %t.profdata ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s -; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-old-cfg-hashing=true -S | FileCheck -check-prefix=CHECKOLDHASH %s ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s -; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-old-cfg-hashing=true -S | FileCheck -check-prefix=CHECKOLDHASH %s target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @@ -31,9 +29,6 @@ entry: ; CHECK: %mul.i = select i1 %cmp.i, i32 1, i32 %i ; CHECK-SAME: !prof ![[BW:[0-9]+]] ; CHECK: ![[BW]] = !{!"branch_weights", i32 12, i32 6} -; CHECKOLDHASH: %mul.i = select i1 %cmp.i, i32 1, i32 %i -; CHECKOLDHASH-SAME: !prof ![[BW:[0-9]+]] -; CHECKOLDHASH: ![[BW]] = !{!"branch_weights", i32 6, i32 12} %retval.0.i = mul nsw i32 %mul.i, %i ret i32 %retval.0.i } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits