This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 329f8853664 AMDGPU/GlobalISel: Select flat stores new c7d2de0c8f1 AMDGPU/GlobalISel: Select private loads new edeaa0dc914 AMDGPU/GlobalISel: Fix selection of private stores
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/AMDGPUGISel.td | 7 + lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 136 ++- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 5 + lib/Target/AMDGPU/BUFInstructions.td | 13 +- .../AMDGPU/GlobalISel/inst-select-load-private.mir | 1158 ++++++++++++++++++++ .../GlobalISel/inst-select-store-private.mir | 280 +++++ 6 files changed, 1592 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir