[llvm-commits] r64000 breaks PIC16
sanjiv gupta
sanjiv.gupta at microchip.com
Tue Feb 10 19:58:26 PST 2009
On Tue, 2009-02-10 at 12:24 -0800, Dan Gohman wrote:
> On Feb 10, 2009, at 11:00 AM, sanjiv gupta wrote:
> > The correct assembly is: (as per r63998)
> [snip]
> >
> > The incorrect assembly is : (as per r64000)
>
> [snip]
>
> It looks like 63999, enabling sinking, is more likely to be the
> revision that
> introduces the change. If it is, can you check to see if the problem
> is fixed
> in the latest trunk?
>
> Dan
>
Dan,
It still breaks as per 64285.
I have attached a .bc file.
The problem with the generated assembly is that the branch (.blt) is
happening before the test (subwf) insn.
- Sanjiv
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a.bc
Type: application/octet-stream
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090211/443caf29/attachment.obj>
More information about the llvm-commits
mailing list