Displaying 1 result from an estimated 1 matches for "_z2oppi16add_zip_iterators0_".
2017 Jun 17
5
LoopVectorize fails to vectorize loops with induction variables with PtrToInt/IntToPtr conversions
...%24, label %12, label %25
>
> ; <label>:25: ; preds = %12
> br label %26
>
> ; <label>:26: ; preds = %25, %5
> ret void
> }
>
> ; Function Attrs: norecurse uwtable
> define void @_Z2opPi16add_zip_iteratorS0_(i32* nocapture, i32*, i32* nocapture readonly, i32*, i32* nocapture readnone) local_unnamed_addr #0 {
> ; This one isn't!
> %6 = ptrtoint i32* %1 to i64
> %7 = ptrtoint i32* %3 to i64
> %8 = sub i64 %6, %7
> %9 = icmp sgt i64 %8, 0
> br i1 %9, label %10, label %28
&g...