Displaying 2 results from an estimated 2 matches for "a85ddfd7".
2012 Oct 04
0
[LLVMdev] Interprocedural Register Allocation
...he callers, that bit mask is used to initialize the regmask operands on call instructions.
See also TargetRegisterInfo::getCallPreservedMask().
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121004/a85ddfd7/attachment.html>
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hello everyone,
I have been interested in compilers, especially in the optimization
aspects from
quite some time now. I don't know if I have a decent background to brag
about, but
all I can say is that I have tried very small things related to building a
compiler [0].
However I admit that I am still new to a lot of things.
Like many others who are interested in compilers, I am interested