1 ; RUN: llc < %s -march=nvptx64 -O0 | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -march=nvptx64 -O0 | %ptxas-verify %}
4 define i16 @test1(ptr %sur1) {
5 ; CHECK-NOT: mov.u16 %rs{{[0-9]+}}, 32767
6 %_tmp21.i = icmp sle i16 0, 0
7 %_tmp22.i = select i1 %_tmp21.i, i16 0, i16 32767
8 store i16 %_tmp22.i, ptr %sur1