[PATCH] D39912: AMDGPU/SI: Implement d16 support for image intrinsics

Changpeng Fang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 15:18:37 PST 2018


cfang updated this revision to Diff 129912.
cfang marked 2 inline comments as done.
cfang added a comment.

1. sync with the buffer d16 support patch to reuse some of the functionalities;
2. Remove unnecessary functions that print "d16" in the AsmPrinter;
3. Update based on Matt's other comments.


https://reviews.llvm.org/D39912

Files:
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  lib/Target/AMDGPU/MIMGInstructions.td
  lib/Target/AMDGPU/SIDefines.h
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstrFormats.td
  lib/Target/AMDGPU/SIInstrInfo.h
  lib/Target/AMDGPU/SIInstrInfo.td
  test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39912.129912.patch
Type: text/x-patch
Size: 97328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180115/4866af7f/attachment-0001.bin>


More information about the llvm-commits mailing list