Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / rotl-rotr-crash.ll
blob9a7f8bc327e48fd3e5f2f96ce1f948ba0957b239
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8
3 ; Ensure this does not crash
5 ; Function Attrs: norecurse nounwind
6 define <4 x i32> @func1 (<4 x i32> %a) {
7 entry:
8   %0 = lshr <4 x i32> %a, <i32 16, i32 16, i32 16, i32 16>
9   %1 = shl <4 x i32> %a, <i32 16, i32 16, i32 16, i32 16>
10   %2 = or <4 x i32> %1, %0
11   ret <4 x i32> %2