11 lines · plain
1; RUN: llc < %s -mtriple=nvptx64 -O0 | FileCheck %s2; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -O0 | %ptxas-verify %}3 4define i16 @test1(ptr %sur1) {5; CHECK-NOT: mov.u16 %rs{{[0-9]+}}, 327676 %_tmp21.i = icmp sle i16 0, 07 %_tmp22.i = select i1 %_tmp21.i, i16 0, i16 327678 store i16 %_tmp22.i, ptr %sur19 ret i16 010}11