This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6f0ab85 Revert "Resolution-based LTO API." new 3876e2e [AMDGPU] fix failure on printing of non-existing instruction [...] new 543fef7 Extend trip count instead of truncating IV in LFTR, when legal
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: .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 5 + lib/Transforms/Scalar/IndVarSimplify.cpp | 32 ++++- test/MC/Disassembler/AMDGPU/missing_op.txt | 5 + test/Transforms/IndVarSimplify/elim-extend.ll | 2 + .../IndVarSimplify/lftr-wide-trip-count.ll | 158 +++++++++++++++++++++ test/Transforms/IndVarSimplify/ult-sub-to-eq.ll | 5 +- 6 files changed, 203 insertions(+), 4 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/missing_op.txt create mode 100644 test/Transforms/IndVarSimplify/lftr-wide-trip-count.ll