[PATCH] D34767: AMDGPU: Remove SITypeRewriter

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 11:04:54 PDT 2017


arsenm created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, mgorny, nhaehnle, wdng, kzhuravl, qcolombet.

This was an old workaround for using v16i8 in some old intrinsics for resource descriptors.

There still seem to be a handful of references to v16i8 left in mesa though.


https://reviews.llvm.org/D34767

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/CMakeLists.txt
  lib/Target/AMDGPU/SITypeRewriter.cpp
  test/CodeGen/AMDGPU/bug-vopc-commute.ll
  test/CodeGen/AMDGPU/llvm.SI.load.dword.ll
  test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll
  test/CodeGen/AMDGPU/mubuf.ll
  test/CodeGen/AMDGPU/ret_jump.ll
  test/CodeGen/AMDGPU/scheduler-subrange-crash.ll
  test/CodeGen/AMDGPU/sgpr-copy.ll
  test/CodeGen/AMDGPU/si-lod-bias.ll
  test/CodeGen/AMDGPU/si-sgpr-spill.ll
  test/CodeGen/AMDGPU/si-spill-cf.ll
  test/CodeGen/AMDGPU/smrd.ll
  test/CodeGen/AMDGPU/split-smrd.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34767.104469.patch
Type: text/x-patch
Size: 109652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170628/cb85d73b/attachment-0001.bin>


More information about the llvm-commits mailing list