Re: [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints

2015-11-19 Thread Phabricator via cfe-commits
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

Re: [PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints

2015-11-09 Thread Eric Christopher via cfe-commits
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

[PATCH] D14307: AMDGPU: Add support for 's' and 'v' asm constraints

2015-11-03 Thread Tom Stellard via cfe-commits
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