[PATCH] D134320: [llvm] Teach whole program devirtualization about relative vtables

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 15:44:26 PST 2023


leonardchan updated this revision to Diff 491528.
leonardchan marked 2 inline comments as done.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134320

Files:
  llvm/include/llvm/Analysis/TypeMetadataUtils.h
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/Analysis/TypeMetadataUtils.cpp
  llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm/test/ThinLTO/X86/devirt.ll
  llvm/test/Transforms/WholeProgramDevirt/Inputs/export.yaml
  llvm/test/Transforms/WholeProgramDevirt/branch-funnel.ll
  llvm/test/Transforms/WholeProgramDevirt/constant-arg.ll
  llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl-check.ll
  llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl-multiple-assumes.ll
  llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl.ll
  llvm/test/Transforms/WholeProgramDevirt/pointer-vtable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134320.491528.patch
Type: text/x-patch
Size: 33526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/f83484f8/attachment.bin>


More information about the llvm-commits mailing list