Displaying 2 results from an estimated 2 matches for "lbb24_2630".
2016 Sep 07
2
[PowerPC] Recent branch too far breakage
...f range
(0x0000000000008004 is not between 0xffffffffffff8000 and
0x0000000000007ffc)
The offending line is the bne branch in this snippet:
.LBB24_787:
ld 3, 16(29)
ld 4, 24(29)
sub 4, 4, 3
rldicl 4, 4, 60, 4
cmplwi 0, 4, 3
bne 0, .LBB24_2630
Could this be because of a recent change in the PowerPC code generator
or just because PPCInstPrinter.cpp changed a bit and exposed a
pre-existing bug?
-Rich
2016 Sep 07
2
[PowerPC] Recent branch too far breakage
...gt; > The offending line is the bne branch in this snippet:
> >
> > .LBB24_787:
> > ld 3, 16(29)
> > ld 4, 24(29)
> > sub 4, 4, 3
> > rldicl 4, 4, 60, 4
> > cmplwi 0, 4, 3
> > bne 0, .LBB24_2630
> >
> > Could this be because of a recent change in the PowerPC code
> > generator
> > or just because PPCInstPrinter.cpp changed a bit and exposed a
> > pre-existing bug?
> >
> >
> > -Rich
> >
> > _____________________________________...