[LLVMdev] Balancing the registers
Volkan Keleş
vlknkls at gmail.com
Wed Jul 30 07:11:54 PDT 2014
Hi,
In our custom device, we keep the registers in two different places, one
for the odd-numbered registers and one for the even-numbered registers. To
fetch the data quickly, the registers in an instruction should be balanced.
For example, if an instruction contains 2 odd-numbered regs and 2
even-numbered regs, they can be fetched in one cycle.
Is it possible to enforce LLC to balance the registers as above?
Volkan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/8342e8eb/attachment.html>
More information about the llvm-dev
mailing list