LWN.net Logo

pcc seeks contributions to reach 1.0 milestone

pcc seeks contributions to reach 1.0 milestone

Posted Dec 4, 2008 17:15 UTC (Thu) by salimma (subscriber, #34460)
In reply to: pcc seeks contributions to reach 1.0 milestone by nix
Parent article: pcc seeks contributions to reach 1.0 milestone

LLVM IR is almost entirely in SSA form -- it still has pointers, but apart from that, assignments must be to fresh "registers"


(Log in to post comments)

pcc seeks contributions to reach 1.0 milestone

Posted Dec 5, 2008 0:44 UTC (Fri) by nix (subscriber, #2304) [Link]

Oh yes, agreed. I was being pedantic in another area, that it makes no
sense to say that you use SSA *as* your IR, because it's not an IR, just a
set of rules that constrain that IR (it's applicable to many different
sorts of IR, but *you* know that.)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds