summaryrefslogtreecommitdiff
path: root/test/CodeGen/NVPTX/tuple-literal.ll
blob: 5c0cb2c15c2b124bc8876d554291147f46a74825 (plain)
1
2
3
4
5
; RUN: llc < %s -march=nvptx -mcpu=sm_13

define ptx_device void @test_function({i8, i8}*) {
  ret void
}