[PATCH] D69591: Devirtualize a call on alloca without waiting for post inline cleanup and next DevirtSCCRepeatedPass iteration.

Hiroshi Yamauchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 31 17:21:14 PST 2020


yamauchi updated this revision to Diff 241852.
yamauchi added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Update clang/test/CodeGenCXX/member-function-pointer-calls.cpp which this change
combined with D71308 <https://reviews.llvm.org/D71308> enables inlining/simplification.

Add a new test that's derived from
clang/test/CodeGenCXX/member-function-pointer-calls.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69591

Files:
  clang/test/CodeGenCXX/member-function-pointer-calls.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/test/Transforms/Inline/devirtualize-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69591.241852.patch
Type: text/x-patch
Size: 11609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200201/fa8aa33a/attachment.bin>


More information about the cfe-commits mailing list