[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / Hexagon / avoidVectorLowering.ll
blob3a63ea7f51b878c2ffa9377aac41e3be6a705176
1 ; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
2 ; CHECK-NOT: vmem
4 target triple = "hexagon-unknown--elf"
6 @g0 = common global [32 x i16] zeroinitializer, align 8
8 ; Function Attrs: nounwind
9 define i32 @f0() #0 {
10 b0:
11   call void @llvm.memset.p0.i32(ptr align 8 @g0, i8 0, i32 64, i1 false)
12   ret i32 0
15 ; Function Attrs: argmemonly nounwind
16 declare void @llvm.memset.p0.i32(ptr nocapture writeonly, i8, i32, i1) #1
18 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }
19 attributes #1 = { argmemonly nounwind }