This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d562a5618a2 GlobalISel: Fix widenScalar for pointer typed G_MERGE_VALUES new 33f3187acff [JumpThreading] Fix threading with unusual PHI nodes.
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: lib/Transforms/Scalar/JumpThreading.cpp | 19 +++++++++++-- test/Transforms/JumpThreading/loop-phi.ll | 41 +++++++++++++++++++++++++++ test/Transforms/JumpThreading/lvi-tristate.ll | 22 +++++++------- test/Transforms/JumpThreading/select.ll | 16 +++++------ test/Transforms/JumpThreading/thread-loads.ll | 8 +++--- 5 files changed, 81 insertions(+), 25 deletions(-) create mode 100644 test/Transforms/JumpThreading/loop-phi.ll