reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK-NOT: ={{.*}}add
; CHECK-NOT: mem{{[bdhwu]}}

define void @main() #0 {
entry:
  br label %body

body:
  %ip_vec30 = phi <2 x i32> [ %ip_vec, %body ], [ zeroinitializer, %entry ]
  %scevgep.phi = phi i32* [ %scevgep.inc, %body ], [ undef, %entry ]
  %polly.indvar = phi i32 [ %polly.indvar_next, %body ], [ 0, %entry ]
  %vector_ptr = bitcast i32* %scevgep.phi to <2 x i32>*
  %_p_vec_full = load <2 x i32>, <2 x i32>* %vector_ptr, align 8
  %ip_vec = add <2 x i32> %_p_vec_full, %ip_vec30
  %polly.indvar_next = add nsw i32 %polly.indvar, 2
  %polly.loop_cond = icmp slt i32 %polly.indvar, 4
  %scevgep.inc = getelementptr i32, i32* %scevgep.phi, i32 2
  br i1 %polly.loop_cond, label %body, label %exit

exit:
  %0 = extractelement <2 x i32> %ip_vec, i32 1
  ret void

}

attributes #0 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }

!0 = !{!"int", !1}
!1 = !{!"omnipotent char", !2}
!2 = !{!"Simple C/C++ TBAA"}