[PATCH] D16457: AMDGPU: Make v32i8/v64i8 illegal types

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


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

Old intrinsics were forcing these, but they have now all
been removed. This fixes large i8 vector operations generally
being broken.

http://reviews.llvm.org/D16457

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIRegisterInfo.td
  test/CodeGen/AMDGPU/extract-vector-elt-i8.ll
  test/CodeGen/AMDGPU/llvm.SI.gather4.ll
  test/CodeGen/AMDGPU/llvm.SI.getlod.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16457.45665.patch
Type: text/x-patch
Size: 45157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/66293a03/attachment-0001.bin>


More information about the llvm-commits mailing list