mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
7 lines
178 B
LLVM
7 lines
178 B
LLVM
|
; RUN: llc < %s -march=ptx -ptx-version=2.0 | grep ".version 2.0"
|
||
|
; RUN: llc < %s -march=ptx -ptx-target=sm_20 | grep ".target sm_20"
|
||
|
|
||
|
define ptx_device void @t1() {
|
||
|
ret void
|
||
|
}
|