<div dir="ltr">This came up in the past for GHC, and we recommended passing it as a parameter everywhere, as it lets the register allocator spill it under high register pressure.<div><br></div><div>GCC has support for allocating globals in GPRs and removing that GPR from the allocatable set, but LLVM doesn't implement it so far as I know.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 5:43 PM, Hayden Livingston <span dir="ltr"><<a href="mailto:halivingston@gmail.com" target="_blank">halivingston@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was wondering if global variables can be candidates for register<br>
allocation. My use case is a global variable that is used in every<br>
function in my program.<br>
<br>
I'm wondering if it's better to pass it in, or let it stay as a global.<br>
<br>
Passing it in will require a bit of work.<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" rel="noreferrer" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>