[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instructions...
[oota-llvm.git] / test / CodeGen / NVPTX / tuple-literal.ll
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
2
3 define ptx_device void @test_function({i8, i8}*) {
4   ret void
5 }