[PATCH] D55153: [ThinLTO] Implement index-based WPD

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 19:07:00 PDT 2019


pcc added inline comments.


================
Comment at: lib/Transforms/IPO/WholeProgramDevirt.cpp:882
+  for (const TypeIdOffsetVtableInfo P : TIdInfo) {
+    // VTable initializer should have only one summary (i.e. not be
+    // linkonce/weak).
----------------
Can't the vtable be linkonce_odr if the key function is inline?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55153





More information about the llvm-commits mailing list