[PATCH] D108741: [GlobalDCE] Handle non-vfunc entries in vtables during VFE

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 11:03:56 PDT 2021


kubamracek updated this revision to Diff 372518.
kubamracek added a comment.

Updating TypeMetadata.rst to be explicit about what happens for vtable slots without a matching !type attachment.


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

https://reviews.llvm.org/D108741

Files:
  llvm/docs/TypeMetadata.rst
  llvm/include/llvm/Transforms/IPO/GlobalDCE.h
  llvm/lib/Transforms/IPO/GlobalDCE.cpp
  llvm/test/Transforms/GlobalDCE/virtual-functions-non-vfunc-entries.ll
  llvm/test/Transforms/GlobalDCE/virtual-functions-relative-pointers-bad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108741.372518.patch
Type: text/x-patch
Size: 7318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210914/ef5c1be1/attachment.bin>


More information about the llvm-commits mailing list