; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that the elements of the constants have correct type. ; CHECK: .half 31 define void @fred(<32 x i16>* %p) #0 { store <32 x i16> , <32 x i16>* %p, align 64 ret void } attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }