[PATCH] D17276: AMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intrinsics
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 09:27:30 PST 2016
nhaehnle updated this revision to Diff 48077.
nhaehnle added a comment.
I have cleaned up the intrinsics, removing the unorm (always 1) and tfe & lwe
(always 0) parameters that were there in analogy with the sampling instructions.
http://reviews.llvm.org/D17276
Files:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17276.48077.patch
Type: text/x-patch
Size: 14869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160216/1844cc48/attachment.bin>
More information about the llvm-commits
mailing list