[LLVMdev] LiveValues removal
Carlo Alberto Ferraris
cafxx at strayorange.com
Fri Apr 1 04:58:15 PDT 2011
Il 31/03/2011 18:50, Andrew Clinton ha scritto:
> LiveVariables is the optimized and tested way to get variable liveness
> information (it's used by register allocation). Unfortunately it
> requires a MachineFunction to work - so you'll either need to lower to
> one of the built-in targets or add your own target to acquire access
> to this pass.
Is it possible to lower to a target from a ModulePass just to get the
LiveVariables?
--
Carlo Alberto Ferraris <cafxx at strayorange.com
<mailto:cafxx at strayorange.com>>
+39 333 7643 235 XMPP <xmpp:cafxx at strayorange.com> Website
<http://cafxx.strayorange.com> Blog
<http://www.strayorange.com/blog/category/members/cafxx> LinkedIn
<http://it.linkedin.com/in/cafxx> Facebook
<http://www.facebook.com/carloalberto.ferraris>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110401/c20c9c61/attachment.html>
More information about the llvm-dev
mailing list