[PATCH] D73094: [WPD] Allow load/save bitcoded index when running opt -wholeprogramdevirt

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 09:09:14 PST 2020


evgeny777 added a comment.

> Would it be worthwhile to add some checking in somewhere that there are no locals in the index read by opt?

Probably we can assert on `!isLocalLinkage(FS->linkage())` when analyzing ExportSummary in DevirtModule::run. Another option is to check presence of regular LTO module in combined index when reading summary.


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

https://reviews.llvm.org/D73094





More information about the llvm-commits mailing list