This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 62cb5163122 AMDGPU/GlobalISel: Use known bits for selection new 6b8988c6920 AMDGPU/GlobalISel: Fix reg bank for uniform LDS loads new ec69d2c9e67 AMDGPU/GlobalISel: Select G_PTR_MASK
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/AMDGPUInstructionSelector.cpp | 65 +++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 + lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 22 +- .../AMDGPU/GlobalISel/inst-select-ptr-mask.mir | 475 +++++++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-load.mir | 37 +- 6 files changed, 594 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-ptr-mask.mir