[LLVMdev] Heads up: Local register allocator going away

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jun 2 17:53:38 PDT 2010


I just changed the default register allocator for -O0 builds to the fast allocator.

This means that the local register allocator is not used anymore, and since it does more or less the same as the fast allocator, there is no reason to keep it around.

I am going to delete it in a week or two.

If you are using the local register allocator, please try switching to the fast allocator and report any bugs you find.

Thanks,
/jakob






More information about the llvm-dev mailing list