[PATCH] D31443: [LTO] Do not reorder global variables unnecessarily during merging

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 15:34:40 PDT 2017


On 28 March 2017 at 15:29, Gerolf Hoflehner via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> I'd love to see some comments an get your thoughts about a verifier.

I think the general feeling is that we don't actually want source code
ordering (we want optimal ordering!), but it's better than
pseudo-random. So a verifier would give it much more weight than it
deserved.

Cheers.

Tim.


More information about the llvm-commits mailing list