[PATCH] D106995: [IROutliner] Allowing PHINodes in Exit Blocks

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 06:52:07 PDT 2021


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

Updating to handle a global in the split phi node, and correcting which successor gets reassigned when creating a new aggregate phi block.


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

https://reviews.llvm.org/D106995

Files:
  llvm/include/llvm/Transforms/IPO/IROutliner.h
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/outlining-branches-phi-nodes.ll
  llvm/test/Transforms/IROutliner/outlining-multiple-exits-diff-outputs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106995.363067.patch
Type: text/x-patch
Size: 27562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/d9280621/attachment.bin>


More information about the llvm-commits mailing list