This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2995cfed4a [AMDGPU] separate accounting for agprs new db73d795b01 AMDGPU/GlobalISel: Fix RegBankSelect for 1024-bit values new 8899bbd753a AMDGPU/GlobalISel: Legalize 1024-bit G_BUILD_VECTOR new addd7f5bb6a AMDGPU/GlobalISel: Private loads always use VGPRs new 65c0907e68b AMDGPU/GlobalISel: Assume VGPR for G_FRAME_INDEX new 11514b8c131 AMDGPU/GlobalISel: Use getIntrinsicID helper
The 5 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/AMDGPUGenRegisterBankInfo.def | 64 ++++++----- lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 2 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 ++- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 28 +++-- .../AMDGPU/GlobalISel/legalize-build-vector.mir | 119 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 76 +++++++------ .../AMDGPU/GlobalISel/regbankselect-extract.mir | 28 +++++ .../GlobalISel/regbankselect-frame-index.mir | 2 +- .../AMDGPU/GlobalISel/regbankselect-load.mir | 17 +++ 9 files changed, 262 insertions(+), 86 deletions(-)