[PATCH] D89587: [CGSCC] Detect devirtualization in more cases

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 18:08:08 PST 2020


aeubanks updated this revision to Diff 305286.
aeubanks added a comment.
This revision is now accepted and ready to land.

rebase
use WeakTrackingVH solution instead of just looking for promoted edges


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89587

Files:
  llvm/include/llvm/Analysis/CGSCCPassManager.h
  llvm/lib/Analysis/CGSCCPassManager.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/test/Transforms/Inline/devirtualize-3.ll
  llvm/test/Transforms/Inline/devirtualize-5.ll
  llvm/test/Transforms/Inline/devirtualize-6.ll
  llvm/test/Transforms/Inline/devirtualize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89587.305286.patch
Type: text/x-patch
Size: 9821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201114/df2f61f2/attachment.bin>


More information about the llvm-commits mailing list