[PATCH] D16456: AMDGPU: Remove old sample intrinsics

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 02:00:30 PST 2016


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: arsenm, qcolombet.

I did my best to try to update all the uses in tests that
just happened to use the old ones to the newer intrinsics.
   
I'm not sure I got all of the immediate operand conversions
correct, since the value seems to have been ignored by the
old pattern but I don't think it really matters.

http://reviews.llvm.org/D16456

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIIntrinsics.td
  test/CodeGen/AMDGPU/commute-shifts.ll
  test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll
  test/CodeGen/AMDGPU/llvm.SI.imageload.ll
  test/CodeGen/AMDGPU/llvm.SI.resinfo.ll
  test/CodeGen/AMDGPU/llvm.SI.sample-masked.ll
  test/CodeGen/AMDGPU/llvm.SI.sample.ll
  test/CodeGen/AMDGPU/llvm.SI.sampled.ll
  test/CodeGen/AMDGPU/sgpr-copy.ll
  test/CodeGen/AMDGPU/si-lod-bias.ll
  test/CodeGen/AMDGPU/si-scheduler.ll
  test/CodeGen/AMDGPU/si-sgpr-spill.ll
  test/CodeGen/AMDGPU/subreg-coalescer-crash.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16456.45664.patch
Type: text/x-patch
Size: 84151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/25623e49/attachment.bin>


More information about the llvm-commits mailing list