This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc62a9f5d4a [JumpThreading] Stop falsely preserving LazyValueInfo. new b1318fc0e60 [MachineOutliner] NFC: Split up getOutliningBenefit new e47ec8cfbd2 Revert "[SCEV] Cache results of computeExitLimit"
The 2 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/ScalarEvolution.h | 32 -- include/llvm/Target/TargetInstrInfo.h | 165 ++++---- lib/Analysis/ScalarEvolution.cpp | 21 - lib/CodeGen/MachineOutliner.cpp | 83 +++- lib/Target/AArch64/AArch64InstrInfo.cpp | 452 +++++++++++---------- lib/Target/AArch64/AArch64InstrInfo.h | 6 +- lib/Target/X86/X86InstrInfo.cpp | 31 +- lib/Target/X86/X86InstrInfo.h | 8 +- .../ScalarEvolution/cache_loop_exit_limit.ll | 253 ------------ 9 files changed, 391 insertions(+), 660 deletions(-) delete mode 100644 test/Analysis/ScalarEvolution/cache_loop_exit_limit.ll