This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d80d047ed6c [X86] Enable inline memcmp() to use AVX512 new 0e704fab6e5 AMDGPU/GlobalISel: Support wave32 waterfall loops new 9556f6366cb AMDGPU/GlobalISel: Select G_PTRTOINT new c15d04b5f6f AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
The 3 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/AMDGPUInstructionSelector.cpp | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 52 ++- .../AMDGPU/GlobalISel/inst-select-ptrtoint.mir | 101 +++++ .../AMDGPU/GlobalISel/legalize-addrspacecast.mir | 16 +- .../llvm.amdgcn.raw.buffer.store.format.f16.ll | 8 +- .../llvm.amdgcn.raw.buffer.store.format.f32.ll | 4 +- .../GlobalISel/llvm.amdgcn.raw.buffer.store.ll | 16 +- .../regbankselect-amdgcn-buffer-load.mir | 477 ++++++++++++++------- .../regbankselect-amdgcn-s-buffer-load.mir | 16 +- .../regbankselect-amdgcn.image.load.1d.ll | 8 +- .../regbankselect-amdgcn.image.sample.1d.ll | 14 +- .../regbankselect-amdgcn.raw.buffer.load.ll | 18 +- .../regbankselect-amdgcn.struct.buffer.load.ll | 16 +- .../regbankselect-amdgcn.struct.buffer.store.ll | 16 +- .../regbankselect-extract-vector-elt.mir | 452 ++++++++++++------- .../GlobalISel/regbankselect-insert-vector-elt.mir | 48 +-- 17 files changed, 847 insertions(+), 420 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-ptrtoint.mir