[PATCH] D139816: [LTO] Don't generate invalid modules if "LTOPostLink" MD already exists

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 10:29:32 PST 2023


steven_wu added a comment.

My understanding of the flag is preventing you from:

- run the devirtual pass
- add some new function
- run the devirtual pass again

The LTO devirtualization passes require visibility for all the functions when the passes are run.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139816



More information about the llvm-commits mailing list