Displaying 2 results from an estimated 2 matches for "9f96c415".
2012 Jun 22
0
[LLVMdev] mapping a virtual register to a specific address
On Fri, Jun 22, 2012 at 2:46 PM, amruth.rd <amruth.rd at knights.ucf.edu>wrote:
>
> Does LLVM allow mapping a virtual register to a specific memory location?
> If not, how do we extract information on where the virtual registers are
> mapped to?
>
In general, you do not know where a virtual register is mapped, and the
mapping is dependent on the back-end. It could be
2012 Jun 22
3
[LLVMdev] mapping a virtual register to a specific address
Does LLVM allow mapping a virtual register to a specific memory location? If not, how do we extract information on where the virtual registers are mapped to?
Thanks,
Amruth