Displaying 2 results from an estimated 2 matches for "f704cb3f".
Did you mean:
7f04cb9f
2011 Jan 28
0
[LLVMdev] The type or size of virtual registers
...t;
> --
> Best regards,
>
> Li Qingan
>
>
>
>
>
> --
> Best regards,
>
> Li Qingan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110128/f704cb3f/attachment.html>
2011 Jan 28
2
[LLVMdev] The type or size of virtual registers
Thanks for your help with me about the way to access type and size of Value.
But, I want also know the interface for me to access the type or size of
virtual registers in the SSA form.
1. I find no way to associate the virtual registers with the Value class.
2. I also tried to get the size of register nReg by:
TargetRegisterClass::getSize(), where the TargetRegisterClass object is
obtained by