[PATCH] D33618: [PartialInlining] Reduce function outlining overhead

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 28 23:54:53 PDT 2017


davidxl updated this revision to Diff 100581.
davidxl added a comment.

Address Wei's feedback. Find alloca candidates from Entry blocks .


https://reviews.llvm.org/D33618

Files:
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/CodeExtractor/PartialInlineAlloca.ll
  test/Transforms/CodeExtractor/PartialInlineAlloca2.ll
  test/Transforms/CodeExtractor/PartialInlineAlloca4.ll
  test/Transforms/CodeExtractor/PartialInlineAlloca5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33618.100581.patch
Type: text/x-patch
Size: 14826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170529/5773bd80/attachment-0001.bin>


More information about the llvm-commits mailing list