Displaying 2 results from an estimated 2 matches for "3e9ca1ec".
2006 Oct 29
2
[LLVMdev] Register Allocation of Globals
Hi,
Is it possible to bind a physical register to a particular global value? For
instance, can I say that the global variable %omnipresent should be
allocated not to memory, but instead to register %EAX.
Thanks
Nikhil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061028/c7c4c15d/attachment.html>
2006 Oct 29
0
[LLVMdev] Register Allocation of Globals
On Sat, 28 Oct 2006, Nikhil Patil wrote:
> Is it possible to bind a physical register to a particular global value? For
> instance, can I say that the global variable %omnipresent should be
> allocated not to memory, but instead to register %EAX.
GCC has an extension to do this (see its user manual) and we support this.
Note that this does not guarantee that the register will always