1 ; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
3 ; Test that unaligned load is enabled for 128B
4 ; CHECK-NOT: r{{[0-9]+}} = memw
6 ; Function Attrs: nounwind
7 define void @f0(ptr noalias nocapture readonly %a0, ptr nocapture %a1) #0 {
9 %v1 = load <32 x i32>, ptr %a0, align 4, !tbaa !0
10 %v2 = tail call <32 x i32> @llvm.hexagon.V6.vrmpyub.128B(<32 x i32> %v1, i32 16843009)
11 store <32 x i32> %v2, ptr %a1, align 128, !tbaa !0
15 ; Function Attrs: nounwind readnone
16 declare <32 x i32> @llvm.hexagon.V6.vrmpyub.128B(<32 x i32>, i32) #1
18 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length128b" }
19 attributes #1 = { nounwind readnone }
22 !1 = !{!"omnipotent char", !2, i64 0}
23 !2 = !{!"Simple C/C++ TBAA"}