summaryrefslogtreecommitdiff
path: root/test/CodeGen/nvptx-inlineasm-ptx.c
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] 32-bit NVPTX should have 32-bit long type.Artem Belevich2015-09-281-4/+4
| | | | | | | | | Currently it's 64-bit which will lead to mismatch between host and device code if we compile for i386. Differential Revision: http://reviews.llvm.org/D13181 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248753 91177308-0d34-0410-b5e6-96231b3b80d8
* [NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works ↵Justin Holewinski2013-06-211-12/+12
| | | | | | even when the NVPTX target is not built git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184601 91177308-0d34-0410-b5e6-96231b3b80d8
* [NVPTX] Add NVPTX register constraintsJustin Holewinski2013-06-211-0/+40
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184578 91177308-0d34-0410-b5e6-96231b3b80d8