mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
22f8d09057
Patch by Eric Holk llvm-svn: 169418
6 lines
106 B
LLVM
6 lines
106 B
LLVM
; RUN: llc < %s -march=nvptx -mcpu=sm_13
|
|
|
|
define ptx_device void @test_function({i8, i8}*) {
|
|
ret void
|
|
}
|