This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 62322d8c8e0 [PowerPC] Revert P9 scheduling model to incomplete new eac7f31901a [MachineOutliner] Fix off-by-one in cost model new 4706e74f4b6 [InstCombine] add tests for icmp gt/lt (shr X, C1), C2; NFC new 92fd2e397c0 Refactor DIBuilder dbg intrinsic insertion, NFC
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/IR/DIBuilder.h | 11 + lib/CodeGen/MachineOutliner.cpp | 71 +- lib/IR/DIBuilder.cpp | 115 +- test/CodeGen/AArch64/machine-outliner-remarks.ll | 4 +- test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 1790 ++++++++++++++++++++++ 5 files changed, 1896 insertions(+), 95 deletions(-) create mode 100644 test/Transforms/InstCombine/icmp-shr-lt-gt.ll