[PATCH] D77830: [RFC] Generate more constant iVar Offsets via global LTO analysis

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 19:42:22 PDT 2020


rjmccall added a comment.

I don't understand what "integration" you're worried about.  You have to enqueue some passes when compiling ObjC for optimization.  It's one tool.

In general, we prefer to have a simple story where LTO does normal optimization but with more information.  There should be a good reason to not to do so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77830





More information about the llvm-commits mailing list