[PATCH] D82343: Preserve GlobalsAA analysis result in InjectTLIMappings

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 15:13:39 PDT 2020


nikic added a comment.

I noticed that this change had a somewhat peculiar optimization impact: text size diffs <https://llvm-compile-time-tracker.com/compare.php?from=e07a8b5efd60f25de84ac89783a5e326dc414cef&to=f64dc4e6866c2ab88148abb7d8a27e3828f978e4&stat=size-text> There's some fairly large changes, but only for the ReleaseLTO -g case. Is there any obvious reason why that configuration would be affected, while others weren't?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82343/new/

https://reviews.llvm.org/D82343





More information about the llvm-commits mailing list