[llvm-dev] Check sub register relations in RA

Xiaochu Liu via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 19 10:42:31 PDT 2016


Hi there,

In my register allocator, I was trying to get the parent of a register in
ARM.

That is:

D0 <-> S0, S1.

Given S0, how am I able to get D0?

Thanks,
Xiaochu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160719/3cc73e78/attachment.html>


More information about the llvm-dev mailing list