This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c60b02f14f2 [DEBUG] Fix the test for NVPTX, NFC. new f810a3e05ab Revert "[JumpThreading] Preservation of DT and LVI across t [...]
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/IR/Dominators.h | 84 ------- include/llvm/Transforms/Scalar/JumpThreading.h | 6 +- include/llvm/Transforms/Utils/BasicBlockUtils.h | 3 +- include/llvm/Transforms/Utils/Local.h | 20 +- lib/IR/Dominators.cpp | 188 --------------- .../Scalar/CorrelatedValuePropagation.cpp | 2 - lib/Transforms/Scalar/JumpThreading.cpp | 174 +++----------- lib/Transforms/Utils/BasicBlockUtils.cpp | 18 +- lib/Transforms/Utils/Local.cpp | 205 ++++------------ .../LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 - test/Transforms/JumpThreading/ddt-crash.ll | 265 --------------------- test/Transforms/JumpThreading/lvi-tristate.ll | 50 ---- 12 files changed, 99 insertions(+), 919 deletions(-) delete mode 100644 test/Transforms/JumpThreading/ddt-crash.ll delete mode 100644 test/Transforms/JumpThreading/lvi-tristate.ll