This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10c992c085d [X86] Added support for nocf_check attribute for indirect B [...] new 2901b0fdfca [bindings/go] Add a missing `,` in the test code to fix a g [...] new 177d1142dd7 AMDGPU/GlobalISel: Basic legality for load/store new 417485b734f AMDGPU/GlobalISel: Basic G_GEP legality new 65181f7b753 AMDGPU/GlobalISel: Cleanup constant legality
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: bindings/go/llvm/ir_test.go | 2 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 82 +++++++++---- .../AMDGPU/GlobalISel/legalize-constant.mir | 78 ++++-------- test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir | 92 +++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 131 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 122 +++++++++++++++++++ 6 files changed, 427 insertions(+), 80 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir