[PATCH] D65084: AMDGPU/GlobalISel: Remove manual store select code

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 06:10:57 PDT 2019


arsenm created this revision.
arsenm added reviewers: tstellar, nhaehnle.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.

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


https://reviews.llvm.org/D65084

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65084.211072.patch
Type: text/x-patch
Size: 86166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/d18c8ad9/attachment.bin>


More information about the llvm-commits mailing list