1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
3 target triple = "thumbv7-arm-none-eabi"
6 ; CHECK: vld1.64 {{.*}}, [r1:128]
8 define void @f(ptr %p) {
9 store <4 x i32> <i32 -1, i32 0, i32 0, i32 -1>, ptr %p, align 4
13 ; CHECK-LABEL: f_optsize:
14 ; CHECK: vld1.64 {{.*}}, [r1]
16 define void @f_optsize(ptr %p) optsize {
17 store <4 x i32> <i32 -1, i32 0, i32 0, i32 -1>, ptr %p, align 4
21 ; CHECK-LABEL: f_pgso:
22 ; CHECK: vld1.64 {{.*}}, [r1]
24 define void @f_pgso(ptr %p) !prof !14 {
25 store <4 x i32> <i32 -1, i32 0, i32 0, i32 -1>, ptr %p, align 4
29 !llvm.module.flags = !{!0}
30 !0 = !{i32 1, !"ProfileSummary", !1}
31 !1 = !{!2, !3, !4, !5, !6, !7, !8, !9}
32 !2 = !{!"ProfileFormat", !"InstrProf"}
33 !3 = !{!"TotalCount", i64 10000}
34 !4 = !{!"MaxCount", i64 10}
35 !5 = !{!"MaxInternalCount", i64 1}
36 !6 = !{!"MaxFunctionCount", i64 1000}
37 !7 = !{!"NumCounts", i64 3}
38 !8 = !{!"NumFunctions", i64 3}
39 !9 = !{!"DetailedSummary", !10}
40 !10 = !{!11, !12, !13}
41 !11 = !{i32 10000, i64 100, i32 1}
42 !12 = !{i32 999000, i64 100, i32 1}
43 !13 = !{i32 999999, i64 1, i32 2}
44 !14 = !{!"function_entry_count", i64 0}