This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0402428aed NewGVN: Only do something in verifyStoreExpressions if asse [...] new 5bdd161daff In debug builds non-trivial amount of time is spent in Inst [...] new 27cfb46c45f [InstCombine] auto-generate better checks; NFC new b1649f1e7c8 Add hasProfileSummary and has{Sample|Instrumentation}Profil [...]
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: include/llvm/Analysis/ProfileSummaryInfo.h | 15 ++++ lib/Analysis/ProfileSummaryInfo.cpp | 2 +- .../InstCombine/InstructionCombining.cpp | 5 +- test/Transforms/InstCombine/canonicalize_branch.ll | 95 +++++++++++++--------- test/Transforms/InstCombine/debuginfo-skip.ll | 43 ++++++++++ unittests/Analysis/ProfileSummaryInfoTest.cpp | 8 ++ 6 files changed, 126 insertions(+), 42 deletions(-) create mode 100644 test/Transforms/InstCombine/debuginfo-skip.ll