This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a96e2c0c78 [RISCV] Add Option for Printing Architectural Register Names new 7b1d1c328cc AMDGPU/GlobalISel: First pass at attempting to legalize loa [...]
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 | 325 +- lib/Target/AMDGPU/SIISelLowering.cpp | 38 +- lib/Target/AMDGPU/SIISelLowering.h | 5 + .../GlobalISel/inst-select-load-local-128.mir | 229 + .../AMDGPU/GlobalISel/inst-select-load-local.mir | 383 +- .../AMDGPU/GlobalISel/inst-select-load-private.mir | 328 - .../AMDGPU/GlobalISel/legalize-load-constant.mir | 11906 +++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-load-flat.mir | 10411 ++++++++++++++++ .../AMDGPU/GlobalISel/legalize-load-global.mir | 11361 ++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-load-local.mir | 11269 ++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-load-private.mir | 10223 ++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 443 - test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 54 +- 13 files changed, 55834 insertions(+), 1141 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local-128.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir