[LLVMdev] readonly registers

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Jan 9 20:45:33 PST 2011


On Jan 9, 2011, at 7:38 PM, drizzle drizzle wrote:

> Hi
>   Any ideas on how I can represent readonly registers? I do not want
> any register allocation/liveness analysis  to happen for these.

Mark them as reserved. That disables liveness and allocation.

/jakob

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110109/90721726/attachment.bin>


More information about the llvm-dev mailing list