Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sve-bad-select.ll
blob2dbc4ea8c7cded6f3e0ee472573ad3c0ca4b4849
1 ; RUN: not llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s
3 define <vscale x 16 x i8> @badsel1_nxv16i8(<16 x i1> %p,
4                                            <vscale x 16 x i8> %dst,
5                                            <vscale x 16 x i8> %a) {
6   %sel = select <16 x i1> %p, <vscale x 16 x i8> %a, <vscale x 16 x i8> %dst
7   ret <vscale x 16 x i8> %sel
10 ; CHECK: error: vector select requires selected vectors to have the same vector length as select condition