Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / NVPTX / minmax-negative.ll
blobd3dbb2eaa9e3334f19a06b07f744abeb8a731b14
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
9   ret i16 0