This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6cdc20e21c Revert rL303923 since it broke the sanitizer bootstrap build bot. new b0e29ac6a68 LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI new 96c95e627d6 Re-enable "[SCEV] Do not fold dominated SCEVUnknown into Ad [...]
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 | 6 ++ include/llvm/CodeGen/LivePhysRegs.h | 2 +- lib/Analysis/ScalarEvolution.cpp | 61 ++++++++++++++++++++- lib/CodeGen/BranchFolding.cpp | 7 ++- lib/CodeGen/BranchFolding.h | 1 + lib/CodeGen/BranchRelaxation.cpp | 2 +- lib/CodeGen/LivePhysRegs.cpp | 8 ++- test/Analysis/IVUsers/quadradic-exit-value.ll | 36 +++++++++++- .../ScalarEvolution/different-loops-recs.ll | 64 +++++++++++++++++++++- .../X86/incorrect-offset-scaling.ll | 12 ++-- .../{ => X86}/lsr-expand-quadratic.ll | 26 +++++++-- .../LoopStrengthReduce/post-inc-icmpzero.ll | 4 +- 12 files changed, 202 insertions(+), 27 deletions(-) rename test/Transforms/LoopStrengthReduce/{ => X86}/lsr-expand-quadratic.ll (51%)