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