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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 15:19:37 PDT 2017


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

LGTM.

But keep in mind that we don't want anyone relying on this ordering.

Also performance induced difference here is only showing potential optimization opportunities for the general case :)


https://reviews.llvm.org/D31443





More information about the llvm-commits mailing list