]> granicus.if.org Git - llvm/commit
AMDGPU/GlobalISel: Remove manual store select code
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 1 Aug 2019 03:52:40 +0000 (03:52 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 1 Aug 2019 03:52:40 +0000 (03:52 +0000)
commit62b274e7ca198ba0b39430f2ec305ff2468f3b66
treed669a4802695e56cc859edb70aaf25b88c4925ed
parentf1377e47fee5d769230082410fc059a1feedaff2
AMDGPU/GlobalISel: Remove manual store select code

This regresses the weird types that are newly treated as legal load
types, but fixes incorrectly using flat instrucions on SI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/FLATInstructions.td
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir
test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.if.break.i64.ll
test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.kernarg.segment.ptr.ll
test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.workgroup.id.ll
test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.workitem.id.ll