This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from edbb230b916 AMDGPU/GlobalISel: Select more G_INSERT cases new d445793c39b AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources new 80d65f2e3ac AMDGPU/GlobalISel: Use S_MOV_B64 for inline constants new a27f45d8981 AMDGPU/GlobalISel: Select VALU G_AMDGPU_FFBH_U32 new f9eb3dcabce AMDGPU/GlobalISel: Fix selection of 16-bit shifts
The 4 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 | 47 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 47 +- lib/Target/AMDGPU/VOP1Instructions.td | 2 +- lib/Target/AMDGPU/VOP2Instructions.td | 9 +- .../GlobalISel/inst-select-amdgpu-ffbh-u32.mir | 14 +- .../AMDGPU/GlobalISel/inst-select-ashr.s16.mir | 368 +- .../AMDGPU/GlobalISel/inst-select-constant.mir | 19 +- .../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 4 +- .../AMDGPU/GlobalISel/inst-select-lshr.s16.mir | 368 +- .../AMDGPU/GlobalISel/inst-select-shl.s16.mir | 368 +- .../GlobalISel/legalize-load-constant-32bit.mir | 8 +- .../AMDGPU/GlobalISel/legalize-load-constant.mir | 3534 +++++++++++----- .../AMDGPU/GlobalISel/legalize-load-flat.mir | 2620 ++++++++---- .../AMDGPU/GlobalISel/legalize-load-global.mir | 2856 +++++++++---- .../AMDGPU/GlobalISel/legalize-load-local.mir | 3882 ++++++++++++------ .../AMDGPU/GlobalISel/legalize-load-private.mir | 4206 ++++++++++++-------- .../AMDGPU/GlobalISel/legalize-merge-values.mir | 186 +- 17 files changed, 12731 insertions(+), 5807 deletions(-)