AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints
authorTom Stellard <thomas.stellard@amd.com>
Thu, 10 Dec 2015 02:12:53 +0000 (02:12 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 10 Dec 2015 02:12:53 +0000 (02:12 +0000)
commit6052acda66656fc5764ca2e03de431c806e32fda
tree8d076b3639feb02c071a51f049463f41781158cf
parentb2d324bc2366003920d1460e5fb4a2d9d71e44b9
AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraints

Summary: The 's' constraint represents sgprs and the 'v' constraint represents vgprs.

Reviewers: arsenm, echristo

Subscribers: arsenm, llvm-commits

Differential Revision: http://reviews.llvm.org/D15342

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255203 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
test/CodeGen/AMDGPU/inline-constraints.ll [new file with mode: 0644]