[PATCH] D27586: AMDGPU/SI: Add llvm.amdgcn.s.buffer.load intrinsic
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 11:49:20 PST 2016
tstellarAMD created this revision.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng, kzhuravl.
This patch also adds a new address space to represent loads from the constant
address space that use a buffer resource.
Note that this new address space does not support GEP instructions due to
limitations in the instruction selector.
https://reviews.llvm.org/D27586
Files:
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SMInstructions.td
test/CodeGen/AMDGPU/mubuf.ll
test/CodeGen/AMDGPU/smrd.ll
test/Transforms/EarlyCSE/AMDGPU/intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27586.80800.patch
Type: text/x-patch
Size: 26084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161208/c042c278/attachment.bin>
More information about the llvm-commits
mailing list