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

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 09:34:19 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdcc3e728ca01: [IROutliner] Allowing Phi Nodes in exit blocks (authored by AndrewLitteken).

Repository:
  rG LLVM Github Monorepo

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/gvn-output-set-overload.ll
  llvm/test/Transforms/IROutliner/mismatched-phi-exits-not-in-first-outlined.ll
  llvm/test/Transforms/IROutliner/mismatched-phi-exits.ll
  llvm/test/Transforms/IROutliner/mismatched-phi-outputs-ordering.ll
  llvm/test/Transforms/IROutliner/outlining-branches-phi-nodes.ll
  llvm/test/Transforms/IROutliner/outlining-exits-to-phi-node.ll
  llvm/test/Transforms/IROutliner/phi-nodes-output-overload.ll
  llvm/test/Transforms/IROutliner/region-inputs-in-phi-nodes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106995.402946.patch
Type: text/x-patch
Size: 76422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220125/84c081b6/attachment.bin>


More information about the llvm-commits mailing list