; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: r[[V:[0-9]+]] = ##16843009 ; CHECK: vsplat(r[[V]]) define <64 x i8> @fred(<64 x i8> %a0) #0 { %p = shufflevector <64 x i8> %a0, <64 x i8> undef, <64 x i32> ret <64 x i8> %p } attributes #0 = { nounwind readnone "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }