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

Alex Borcan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 16:52:55 PDT 2020


alexbdv added a comment.

@rjmccall - Yes, by "extra logic" I was referring to having to add integration with the non-LTO scenario. All the fundamental "logic" for computing offsets should already be here.
The pass is LTO-specific because this is the only scenario I'm trying to address right now - no other reason. Are there any cons to leaving it as a TODO for the future ?


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