[llvm-dev] Proposal for O1/Og Optimization and Code Generation Pipeline
Matt Arsenault via llvm-dev
llvm-dev at lists.llvm.org
Thu Mar 28 19:47:06 PDT 2019
> On Mar 28, 2019, at 10:09 PM, Eric Christopher via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Register allocation
>
> The fast register allocator should be used for compilation speed.
I don’t think this is reasonable for anything claiming to have any level of optimization enabled. I would assume basic would be used for this
-Matt
More information about the llvm-dev
mailing list