[PATCH] D17614: AMDGPU/SI: Implement DS_PERMUTE/DS_BPERMUTE Instruction Definitions and Intrinsics.

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 10:02:10 PST 2016


cfang created this revision.
cfang added reviewers: arsenm, tstellarAMD.
cfang added subscribers: arsenm, llvm-commits.

These are instructions introduced in VI+ Chips. We defined the instructions in this patch, and introduce intrinsics 
llvm.amdgcn.ds.permute/llvm.amdgcn.ds.bpermute to expose them.

http://reviews.llvm.org/D17614

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/VIInstructions.td
  test/CodeGen/AMDGPU/llvm.amdgcn.ds.permute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17614.49084.patch
Type: text/x-patch
Size: 3897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/3a03f42b/attachment.bin>


More information about the llvm-commits mailing list