Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Hexagon / v60-align.ll
blob56dbd715c5c034ce5a40749f04b6fc82c0e535f3
1 ; RUN: llc -march=hexagon -O0 < %s | FileCheck %s
2 ; CHECK: allocframe(r29,#{{[1-9][0-9]*}}):raw
3 ; CHECK: r29 = and(r29,#-64)
5 target triple = "hexagon"
7 ; Function Attrs: nounwind
8 define i32 @f0() #0 {
9 b0:
10   %v0 = alloca <16 x i32>, align 64
11   call void @llvm.lifetime.start.p0(i64 64, ptr %v0) #3
12   %v2 = tail call <16 x i32> @llvm.hexagon.V6.lvsplatw(i32 1)
13   %v3 = tail call <16 x i32> @llvm.hexagon.V6.vsubh.rt(<16 x i32> %v2, i32 -1)
14   store <16 x i32> %v3, ptr %v0, align 64, !tbaa !0
15   call void @f1(i32 64, ptr %v0) #3
16   call void @llvm.lifetime.end.p0(i64 64, ptr %v0) #3
17   ret i32 0
20 ; Function Attrs: nounwind readnone
21 declare <16 x i32> @llvm.hexagon.V6.vsubh.rt(<16 x i32>, i32) #1
23 ; Function Attrs: nounwind readnone
24 declare <16 x i32> @llvm.hexagon.V6.lvsplatw(i32) #1
26 declare void @f1(i32, ptr) #0
28 ; Function Attrs: argmemonly nounwind
29 declare void @llvm.lifetime.start.p0(i64, ptr nocapture) #2
31 ; Function Attrs: argmemonly nounwind
32 declare void @llvm.lifetime.end.p0(i64, ptr nocapture) #2
34 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length64b" }
35 attributes #1 = { nounwind readnone }
36 attributes #2 = { argmemonly nounwind }
37 attributes #3 = { nounwind }
39 !0 = !{!1, !1, i64 0}
40 !1 = !{!"omnipotent char", !2, i64 0}
41 !2 = !{!"Simple C/C++ TBAA"}