This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0288d90cb0 [SelectionDAG] Enable SimplifyDemandedVectorElts support fo [...] new 7256cd438bf AMDGPU/SI: Turn off GPR Indexing Mode immediately after the [...] new 55da8a3a3e0 [JumpThreading] PR36133 enable/disable DominatorTree for LV [...]
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/Analysis/LazyValueInfo.h | 7 +++ include/llvm/IR/Dominators.h | 3 ++ lib/Analysis/LazyValueInfo.cpp | 30 ++++++++++++- lib/IR/Dominators.cpp | 3 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 61 ++++++++++---------------- lib/Transforms/Scalar/JumpThreading.cpp | 37 ++++++++++++++++ test/CodeGen/AMDGPU/indirect-addressing-si.ll | 62 ++++++++++----------------- test/Transforms/JumpThreading/pr36133.ll | 44 +++++++++++++++++++ 8 files changed, 169 insertions(+), 78 deletions(-) create mode 100644 test/Transforms/JumpThreading/pr36133.ll