This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 61fe4ef60e3 [X86] Add a VBROADCAST_LOAD ISD opcode representing a scala [...] new 8ec8c66e716 AMDGPU/GlobalISel: Increase max legal size to 1024
The 1 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/AMDGPULegalizerInfo.cpp | 16 +- lib/Target/AMDGPU/AMDGPURegisterBanks.td | 4 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 + .../AMDGPU/GlobalISel/inst-select-extract.mir | 154 +++++++++++---- .../AMDGPU/GlobalISel/inst-select-implicit-def.mir | 30 +++ .../AMDGPU/GlobalISel/inst-select-merge-values.mir | 26 +++ .../GlobalISel/inst-select-unmerge-values.mir | 28 +++ .../GlobalISel/legalize-extract-vector-elt.mir | 50 +++++ .../AMDGPU/GlobalISel/legalize-implicit-def.mir | 11 +- .../GlobalISel/legalize-insert-vector-elt.mir | 19 ++ test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 206 +++++++++++++++++---- 11 files changed, 453 insertions(+), 94 deletions(-)