[PATCH] D106993: [IROutliner] Outline across branches with multiple exits

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 09:54:47 PDT 2021


AndrewLitteken updated this revision to Diff 369962.
AndrewLitteken added a comment.

- Updating for style
- Refactoring BasicBlock creation and insertion based on an old list
- Refactoring looking for empty blocks


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

https://reviews.llvm.org/D106993

Files:
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/outlining-exits-to-phi-node.ll
  llvm/test/Transforms/IROutliner/outlining-multiple-exits-diff-outputs.ll
  llvm/test/Transforms/IROutliner/outlining-multiple-exits-one-output-set.ll
  llvm/test/Transforms/IROutliner/outlining-multiple-exits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106993.369962.patch
Type: text/x-patch
Size: 58792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/3c5cab7e/attachment.bin>


More information about the llvm-commits mailing list