; RUN: llc < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind define <2 x i32> @test1(<4 x i32> %wide.vec) #0 { entry: %strided.vec = shufflevector <4 x i32> %wide.vec, <4 x i32> undef, <2 x i32> ret <2 x i32> %strided.vec ; CHECK-LABEL: @test1 ; CHECK: vsldoi 2, 2, 2, 12 ; CHECK: blr } ; Function Attrs: nounwind define <16 x i8> @test2(<16 x i8> %wide.vec) #0 { entry: %strided.vec = shufflevector <16 x i8> %wide.vec, <16 x i8> undef, <16 x i32> ret <16 x i8> %strided.vec ; CHECK-LABEL: @test2 ; CHECK: vsldoi 2, 2, 2, 12 ; CHECK: blr } attributes #0 = { nounwind "target-cpu"="pwr7" }