[LLVMdev] Specifying the number of registers

Volkan Keleş vlknkls at gmail.com
Wed Jul 23 23:53:03 PDT 2014


Hi all,

In our many-core co-processor, there are 64 registers from R0 to R63. Since
we do not have much space in the FPGA, we need to use the registers in an
efficient way to run more threads. If it is possible to specify the number
of registers that will be used by llc, it makes our device more useful.

Does LLVM have the aforementioned feature? If it doesn't, I wonder if it is
likely or not to implement this feature. What do you think?

Volkan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140724/90c5b343/attachment.html>


More information about the llvm-dev mailing list