tuple-literal.ll 106 B

12345
  1. ; RUN: llc < %s -march=nvptx -mcpu=sm_20
  2. define ptx_device void @test_function({i8, i8}*) {
  3. ret void
  4. }