This revision was automatically updated to reflect the committed changes.
Closed by commit rL253610: AMDGPU: Add support for 's' and 'v' asm constraints
(authored by tstellar).
Changed prior to commit:
http://reviews.llvm.org/D14307?vs=39121&id=40704#toc
Repository:
rL LLVM
http://reviews.l
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
Sure. You should probably work on the verification side of things as well if
you expect to use this more.
-eric
http://reviews.llvm.org/D14307
tstellarAMD created this revision.
tstellarAMD added reviewers: echristo, arsenm.
tstellarAMD added a subscriber: cfe-commits.
's' is used to specify sgprs and 'v' is used to specify vgprs.
http://reviews.llvm.org/D14307
Files:
lib/Basic/Targets.cpp
test/Sema/inline-asm-validate-amdgpu.cl
I