[PATCH] D108741: [IR][GlobalDCE] Add ability to mark vtable methods as eligible for VFE and avoid eliminating non-eligible vfunc in VFE in GlobalDCE

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 17:28:41 PDT 2021


kubamracek added a comment.

@pcc, I've updated the diff to introduce a new "vfe_eligible" constant and to also change Clang to start emiting that on vfuncs in vtables.


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

https://reviews.llvm.org/D108741



More information about the llvm-commits mailing list