[PATCH] D54748: [PartialInliner] Make PHIs free in cost computation.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 03:17:07 PST 2018


fhahn updated this revision to Diff 175442.
fhahn marked 2 inline comments as done.
fhahn retitled this revision from "[PartialInliner] Skip PHIs in entry BB of outlined region." to "[PartialInliner] Make PHIs free in cost computation.".
fhahn edited the summary of this revision.
fhahn added a comment.

Thanks for having a look! Updated to treat PHI nodes as free.


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

https://reviews.llvm.org/D54748

Files:
  lib/Transforms/IPO/PartialInlining.cpp
  test/Transforms/CodeExtractor/PartialInlineEntryPHICost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54748.175442.patch
Type: text/x-patch
Size: 3324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181127/8c474f43/attachment.bin>


More information about the llvm-commits mailing list