Displaying 2 results from an estimated 2 matches for "tp62967".
Did you mean:
62967
2013 Nov 07
2
[LLVMdev] Register allocation limitations
...s
addu rx ,ry ,rz
there is a limitation that says that the two regs that will be added they
can not have the same mod4
so we can add r1 , r2 but cannot add r1,r5.
thanks
Stavropoulos Nikos
--
View this message in context: http://llvm.1065342.n5.nabble.com/Register-allocation-limitations-tp62967.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Nov 07
0
[LLVMdev] Register allocation limitations
...the two regs that will be added they
> can not have the same mod4
> so we can add r1 , r2 but cannot add r1,r5.
>
>
> thanks
> Stavropoulos Nikos
>
>
>
>
> --
> View this message in context:
> http://llvm.1065342.n5.nabble.com/Register-allocation-limitations-tp62967.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next p...