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

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 19:06:26 PST 2021


luna created this revision.
Herald added subscribers: ormris, jeroen.dobbelaere, steven_wu, kosarev, hiraditya, inglorion.
luna added a reviewer: tejohnson.
luna published this revision for review.
luna added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Hi Teresa,

  I'm taking the liberty to create a separate revision for clean-ups.


1. remove verbose information (function linkage types, alignment, TBAA) 2) remove unused element or replace irrelevant element with null (as placeholders) in virtual table, remove unused definitions of deleted elements accordingly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116071

Files:
  llvm/test/ThinLTO/X86/Inputs/devirt_after_filtering_unreachable_lib.ll
  llvm/test/ThinLTO/X86/devirt_after_filtering_unreachable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116071.395571.patch
Type: text/x-patch
Size: 12737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211221/44003ef3/attachment.bin>


More information about the llvm-commits mailing list