[PATCH] D15342: AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 11:18:43 PST 2015
tstellarAMD created this revision.
tstellarAMD added reviewers: echristo, arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.
The 's' constraint represents sgprs and the 'v' constraint represents vgprs.
http://reviews.llvm.org/D15342
Files:
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
test/CodeGen/AMDGPU/inline-constraints.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15342.42202.patch
Type: text/x-patch
Size: 4480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151208/b451426a/attachment.bin>
More information about the llvm-commits
mailing list