This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65ad22d969c [YAML] Add support for non-printable characters new 03a6f4ae987 [PGO] add MST min edge selection heuristic to ensure non-ze [...]
The 1 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/Transforms/Instrumentation/CFGMST.h | 74 ++++++++++++++++++++-- .../PGOProfile/Inputs/landingpad.proftext | 2 +- .../PGOProfile/Inputs/noreturncall.proftext | 2 +- test/Transforms/PGOProfile/branch1.ll | 5 +- test/Transforms/PGOProfile/counter_promo.ll | 6 +- test/Transforms/PGOProfile/infinite_loop_gen.ll | 17 +++++ test/Transforms/PGOProfile/landingpad.ll | 5 +- test/Transforms/PGOProfile/loop1.ll | 5 +- test/Transforms/PGOProfile/loop2.ll | 5 +- test/Transforms/PGOProfile/noreturncall.ll | 2 +- 10 files changed, 102 insertions(+), 21 deletions(-) create mode 100644 test/Transforms/PGOProfile/infinite_loop_gen.ll