[PATCH] D40750: Move splitIndirectCriticalEdges() to BasicBlockUtils.h.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 13:15:41 PST 2017
yamauchi created this revision.
Move splitIndirectCriticalEdges() from CodeGenPrepare to BasicBlockUtils.h so
that it can be called from other places.
https://reviews.llvm.org/D40750
Files:
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/CodeGen/CodeGenPrepare.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40750.125208.patch
Type: text/x-patch
Size: 15708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/04449d69/attachment.bin>
More information about the llvm-commits
mailing list