This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48a60dc [InstCombine] avoid crashing on shuffle shrinkage when input [...] new f45aefe [JumpThread] Use AA in SimplifyPartiallyRedundantLoad() new cd870f7 [Sparc] Check register use with isPhysRegUsed() instead of re [...]
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/Transforms/Scalar/JumpThreading.h | 5 +- lib/Target/Sparc/SparcFrameLowering.cpp | 11 ++- lib/Transforms/Scalar/JumpThreading.cpp | 31 ++++--- test/CodeGen/SPARC/reserved-regs.ll | 4 +- test/Transforms/JumpThreading/thread-loads.ll | 111 ++++++++++++++++++++++++- 5 files changed, 142 insertions(+), 20 deletions(-)