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) {
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