[PATCH] D135928: [llvm] Teach GlobalDCE about dso_local_equivalent
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 18:29:27 PDT 2022
leonardchan added a comment.
I only stumbled upon this from a brief comment in D134320 <https://reviews.llvm.org/D134320> which led to D107645 <https://reviews.llvm.org/D107645>. AFAICT, there isn't an easy way to statically determine which optimizations would be interesting/operate on vtables in general. Are there perhaps other ones I should consider?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135928/new/
https://reviews.llvm.org/D135928
More information about the llvm-commits
mailing list