[llvm-dev] Force spill of vector variables

Dylan McKay via llvm-dev llvm-dev at lists.llvm.org
Wed May 25 17:05:04 PDT 2016


One way is to set the spill weight for the variable to a very large number.

On Thu, May 26, 2016 at 5:58 AM, Raul Garcia via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hello,
>
> I am a new user of LLVM, I wonder if is there a method to force the
> register allocator to spill vector variables to the stack. Those variables
> may belong to one or many basic blocks.
>
>
> Best Regards,
> Raul.
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160526/503278f0/attachment.html>


More information about the llvm-dev mailing list