[llvm-dev] Which register allocator is used for each -O level?
Phil Tomson via llvm-dev
llvm-dev at lists.llvm.org
Fri Jun 3 13:33:17 PDT 2016
I notice this from the "Getting Started with LLVM Core Libraries" book:
"The default allocator is mapped to one of the four options and is selected
depending on the current optimization level (the -O option)."
(the four options being pbqp, greedy, basic, fast)
Which -O option maps to which of these four options?
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160603/e03a0a66/attachment.html>
More information about the llvm-dev
mailing list