This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04b184b9300 [SSAUpdaterBulk] Use SmallVector instead of SmallPtrSet for uses. new ba04672474d [SSAUpdaterBulk] Use PredCache in ComputeLiveInBlocks. new f6646b7a167 [SSAUpdaterBulk] Add * and & to auto. new 63faaa5e157 Add SPARC support to update_llc_test_checks.py new e623ebc840a [SSAUpdaterBulk] Add an assert. new caacf239828 Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." on [...]
The 5 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 | 38 ++++++++++++++++------------ lib/Transforms/Utils/SSAUpdaterBulk.cpp | 16 +++++++----- test/Transforms/JumpThreading/removed-use.ll | 28 ++++++++++++++++++++ utils/UpdateTestChecks/asm.py | 18 +++++++++++++ 4 files changed, 77 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/JumpThreading/removed-use.ll