Displaying 3 results from an estimated 3 matches for "e5455801".
2008 Sep 29
1
[LLVMdev] Going from argument to register and back
..._____________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080929/e5455801/attachment.html>
2008 Sep 29
0
[LLVMdev] Going from argument to register and back
On Sep 25, 2008, at 10:49 AM, Villmow, Micah wrote:
> I am having trouble trying to figure out two pieces of information
> from attempting to map arguments to registers.
> How do I determine, based on the argument name, which register the
> value is supposed to be assigned to?
> I can hard-coded it currently and it will be correct 100% of the
> time with the current set of
2008 Sep 25
2
[LLVMdev] Going from argument to register and back
I am having trouble trying to figure out two pieces of information from
attempting to map arguments to registers.
How do I determine, based on the argument name, which register the value
is supposed to be assigned to?
I can hard-coded it currently and it will be correct 100% of the time
with the current set of assumptions,
but I would rather determine it dynamically so that I can change my