This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cee72c8957c [InstCombine] add tests for funnel-shift to bswap; NFC new 68420a23e06 AMDGPU: Fold frame index into MUBUF new ea7a0ec9172 AMDGPU/GlobalISel: Fix RegBankSelect for s1 sext/zext/anyext
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/AMDGPURegisterBankInfo.cpp | 86 +++++++- lib/Target/AMDGPU/SIFoldOperands.cpp | 54 ++++- lib/Target/AMDGPU/SIInstrInfo.h | 5 + .../AMDGPU/GlobalISel/regbankselect-anyext.mir | 216 +++++++++++++++++- .../AMDGPU/GlobalISel/regbankselect-sext.mir | 245 ++++++++++++++++++++- .../AMDGPU/GlobalISel/regbankselect-zext.mir | 245 ++++++++++++++++++++- test/CodeGen/AMDGPU/byval-frame-setup.ll | 41 ++++ test/CodeGen/AMDGPU/fold-fi-mubuf.mir | 134 +++++++++++ test/CodeGen/AMDGPU/frame-index-elimination.ll | 13 +- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 26 +++ test/CodeGen/AMDGPU/llvm.amdgcn.readfirstlane.ll | 3 +- 11 files changed, 1024 insertions(+), 44 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fold-fi-mubuf.mir