This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7fd3d3499a0 [llvm-exegesis] Pull out LLVMTargetMachine to simplify debu [...] new 2acef23b4c3 [IRCE] Only check for NSW on equality predicates new 793b714ddcf [AMDGPU] Fix issues for backend divergence tracking
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: lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 13 +++++-- .../Scalar/InductiveRangeCheckElimination.cpp | 43 +++++++--------------- test/CodeGen/AMDGPU/diverge-extra-formal-args.ll | 30 +++++++++++++++ test/CodeGen/AMDGPU/diverge-interp-mov-lower.ll | 34 +++++++++++++++++ test/Transforms/IRCE/stride_more_than_1.ll | 24 +++++++++--- 6 files changed, 106 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/AMDGPU/diverge-extra-formal-args.ll create mode 100644 test/CodeGen/AMDGPU/diverge-interp-mov-lower.ll