1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK-NOT: ={{.*}}add
3 ; CHECK-NOT: mem{{[bdhwu]}}
5 define void @main() #0 {
10 %ip_vec30 = phi <2 x i32> [ %ip_vec, %body ], [ zeroinitializer, %entry ]
11 %scevgep.phi = phi ptr [ %scevgep.inc, %body ], [ undef, %entry ]
12 %polly.indvar = phi i32 [ %polly.indvar_next, %body ], [ 0, %entry ]
13 %_p_vec_full = load <2 x i32>, ptr %scevgep.phi, align 8
14 %ip_vec = add <2 x i32> %_p_vec_full, %ip_vec30
15 %polly.indvar_next = add nsw i32 %polly.indvar, 2
16 %polly.loop_cond = icmp slt i32 %polly.indvar, 4
17 %scevgep.inc = getelementptr i32, ptr %scevgep.phi, i32 2
18 br i1 %polly.loop_cond, label %body, label %exit
21 %0 = extractelement <2 x i32> %ip_vec, i32 1
26 attributes #0 = { "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
29 !1 = !{!"omnipotent char", !2}
30 !2 = !{!"Simple C/C++ TBAA"}