Displaying 1 result from an estimated 1 matches for "r217962".
Did you mean:
217962
2014 Sep 24
3
[LLVMdev] Loops Prevent Function Pointer Inlining?
I've CC'ed Chad Rosier as I think this behaviour is a side-effect of
his revert of IndVarSimplify.cpp (git
c6b1a7e577a0b9e9cff9f9b7ac35a2cde7c448d8, SVN 217962). The change
basically makes the IndVar pass change:
; <label>:4 ; preds = %6, %0
%i.0 = phi i32 [ 0, %0 ], [ %11, %6 ]
%5 = icmp eq i32 %i.0, 0
br i1 %5, label %6, label %17
To: