This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f1bd8070e1e AMDGPU: Correctly set EI_OSABI based on the os new b151df8f6db AMDGPU: Fix not accounting for instruction size in bundles new e86553295b9 [InstCombine] Improve support for ashr in foldICmpAndShift
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/Target/AMDGPU/SIInstrInfo.cpp | 15 +++++- lib/Target/AMDGPU/SIInstrInfo.h | 1 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++++---- test/CodeGen/AMDGPU/branch-relax-bundle.ll | 53 ++++++++++++++++++++++ test/Transforms/InstCombine/icmp.ll | 44 ++++++++++++++++++ 5 files changed, 124 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AMDGPU/branch-relax-bundle.ll