brintos

brintos / llvm-project-archived public Read only

0
0
Text · 367 B · 9a7f8bc Raw
13 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-unknown -mcpu=pwr82 3; Ensure this does not crash4 5; Function Attrs: norecurse nounwind6define <4 x i32> @func1 (<4 x i32> %a) {7entry: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, %011  ret <4 x i32> %212}13