Displaying 1 result from an estimated 1 matches for "r851".
Did you mean:
851
2008 Jul 17
2
[LLVMdev] ComputeMaskedBits Bug
...10]
%r862 = shl i64 %r849, 3 ; <i64> [#uses=3]
%"$SR_S112.0" = phi i64 [ %r862, %"file alignment.f, line 79, in reduction
loop at depth 0, bb64" ], [ %r1874, %"file alignment.f, line 79, in loop at
depth 1, bb77" ] ; <i64> [#uses=2]
%r1874 = add i64 %r851, %"$SR_S112.0" ; <i64> [#uses=1]
%r849 = select i1 %r848, i64 0, i64 %r847 ; <i64> [#uses=10]
%r851 = shl i64 %r849, 6 ; <i64> [#uses=16]
It's unimportant what the values from the two selects are -- we are deep
enough into ComputeMaskedBits at this point that...