[LLVMdev] is there some canonical way to extend liveness?

Andy Ayers andya at microsoft.com
Tue Feb 17 12:46:44 PST 2015


In other compilers I've worked on there were special pseudo instructions (or similar mechanisms like adding extra source operands to returns) that allowed you to artificially extend lifetimes of values. For instance we might have a requirement that a certain local (say the 'this pointer') remain live throughout the method.

Is there anything like this in LLVM?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150217/4bc1edbe/attachment.html>


More information about the llvm-dev mailing list