Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / isel-vselect-v4i8.ll
blobd895f129efcd81dcd6121fcd86a8f1478c780542
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; This used to crash with "cannot select (v4i8 vselect ...)"
3 ; CHECK: vtrunehb
5 define <4 x i8> @f0(<4 x i8> %a0, <4 x i8> %a1) #0 {
6   %v0 = icmp slt <4 x i8> %a0, %a1
7   %v1 = select <4 x i1> %v0, <4 x i8> %a0, <4 x i8> %a1
8   ret <4 x i8> %v1