This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e240d9ba44 [RuntimeDyld, PowerPC] Fix relocation detection overflow new 0dae0619be0 [JumpThreading] Safely replace uses of condition
The 1 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/Utils/Local.h | 4 + lib/Transforms/Scalar/JumpThreading.cpp | 42 ++++++- lib/Transforms/Utils/Local.cpp | 17 +++ test/Transforms/JumpThreading/assume.ll | 145 +++++++++++++++++++++-- test/Transforms/JumpThreading/fold-not-thread.ll | 4 +- test/Transforms/JumpThreading/guards.ll | 87 +++++++------- 6 files changed, 245 insertions(+), 54 deletions(-)