[PATCH] D116071: Simplify WPD test case for hybrid LTO and thinTLO.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 05:50:55 PST 2021


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

lgtm with another possible cleanup noted below.



================
Comment at: llvm/test/ThinLTO/X86/Inputs/devirt_after_filtering_unreachable_lib.ll:38
 !0 = !{i64 16, !"_ZTS4Base"}
 !1 = !{i64 32, !"_ZTSM4BaseFvvE.virtual"}
 !2 = !{i64 16, !"_ZTS7Derived"}
----------------
I think the ".virtual" type metadata can also be removed here and below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116071



More information about the llvm-commits mailing list