; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK-LABEL: perfect_single_64: ; CHECK: vdeal ; CHECK-NOT: delta define <64 x i8> @perfect_single_64(<64 x i8> %v0) #0 { %p = shufflevector <64 x i8> %v0, <64 x i8> undef, <64 x i32> ret <64 x i8> %p } ; CHECK-LABEL: perfect_single_128: ; CHECK: vdeal ; CHECK-NOT: delta define <128 x i8> @perfect_single_128(<128 x i8> %v0) #1 { %p = shufflevector <128 x i8> %v0, <128 x i8> undef, <128 x i32> ret <128 x i8> %p } attributes #0 = { readnone nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" } attributes #1 = { readnone nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length128b" }