[PATCH] D58260: [INLINER] allow inlining of blockaddresses if sole uses are callbrs
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 13:05:48 PDT 2019
nickdesaulniers updated this revision to Diff 196307.
nickdesaulniers added a comment.
Herald added a subscriber: mgorny.
- looks like <label>: is no longer emitted
- move modified iteration logic into LazyCallGraph::visitReferences
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58260/new/
https://reviews.llvm.org/D58260
Files:
llvm/cmake/modules/HandleLLVMOptions.cmake
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/InlineCost.cpp
llvm/test/Transforms/Inline/callbr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58260.196307.patch
Type: text/x-patch
Size: 6702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190423/99db82f2/attachment.bin>
More information about the llvm-commits
mailing list