This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffac88a1585 AMDGPU: Fix converting unanalyzable global loads to SMRD new 30f6cbbbb13 [libFuzzer] relax test/shrink.test a bit (got broken on windows) new 7bac219fe19 [PGO] Enhance pgo counter promotion new dd70def46c1 [CodeGenPrepare] Don't create dead instructions in addrmode [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CodeGenPrepare.cpp | 30 ++-- lib/Fuzzer/test/shrink.test | 2 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 157 ++++++++++++++------ .../Transforms/CodeGenPrepare/X86/sink-addrmode.ll | 24 +++ .../PGOProfile/counter_promo_exit_merge.ll | 4 +- test/Transforms/PGOProfile/counter_promo_mexits.ll | 4 +- test/Transforms/PGOProfile/counter_promo_nest.ll | 165 +++++++++++++++++++++ 7 files changed, 327 insertions(+), 59 deletions(-) create mode 100644 test/Transforms/PGOProfile/counter_promo_nest.ll