summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX
diff options
context:
space:
mode:
authorJustin Holewinski <justin.holewinski@gmail.com>2011-05-06 11:40:36 +0000
committerJustin Holewinski <justin.holewinski@gmail.com>2011-05-06 11:40:36 +0000
commitab0145d2a9fd8500ceb6644dae0b73c9147671ab (patch)
tree3811b497ec7802d1b3e1cc69c3a66ab1ad72638f /test/CodeGen/PTX
parent5389210e638401b8982b6de7c4e4a16999007035 (diff)
downloadllvm-ab0145d2a9fd8500ceb6644dae0b73c9147671ab.tar.gz
llvm-ab0145d2a9fd8500ceb6644dae0b73c9147671ab.tar.bz2
llvm-ab0145d2a9fd8500ceb6644dae0b73c9147671ab.tar.xz
PTX: add PTX 2.3 language target
Patch by Wei-Ren Chen git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PTX')
-rw-r--r--test/CodeGen/PTX/options.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PTX/options.ll b/test/CodeGen/PTX/options.ll
index ac33fef0d6..92effa62a2 100644
--- a/test/CodeGen/PTX/options.ll
+++ b/test/CodeGen/PTX/options.ll
@@ -1,6 +1,7 @@
; RUN: llc < %s -march=ptx32 -mattr=ptx20 | grep ".version 2.0"
; RUN: llc < %s -march=ptx32 -mattr=ptx21 | grep ".version 2.1"
; RUN: llc < %s -march=ptx32 -mattr=ptx22 | grep ".version 2.2"
+; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".version 2.3"
; RUN: llc < %s -march=ptx32 -mattr=sm10 | grep ".target sm_10"
; RUN: llc < %s -march=ptx32 -mattr=sm13 | grep ".target sm_13"
; RUN: llc < %s -march=ptx32 -mattr=sm20 | grep ".target sm_20"