1; RUN: llc -march=hexagon -O3 < %s | FileCheck %s 2; CHECK-NOT: vmem 3 4target triple = "hexagon-unknown--elf" 5 6@g0 = common global [32 x i16] zeroinitializer, align 8 7 8; Function Attrs: nounwind 9define i32 @f0() #0 { 10b0: 11 call void @llvm.memset.p0i8.i32(i8* align 8 bitcast ([32 x i16]* @g0 to i8*), i8 0, i32 64, i1 false) 12 ret i32 0 13} 14 15; Function Attrs: argmemonly nounwind 16declare void @llvm.memset.p0i8.i32(i8* nocapture writeonly, i8, i32, i1) #1 17 18attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" } 19attributes #1 = { argmemonly nounwind } 20