[PATCH] D106997: [IRSim][IROutliner] Detecting Similar Phi Nodes and Outlining

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 16:27:26 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe8f4e41b6bf4: [IRSim][IROutliner] Add support for outlining PHINodes with the rest of theā€¦ (authored by AndrewLitteken).

Changed prior to commit:
  https://reviews.llvm.org/D106997?vs=396983&id=403074#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106997

Files:
  llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
  llvm/include/llvm/Transforms/IPO/IROutliner.h
  llvm/lib/Analysis/IRSimilarityIdentifier.cpp
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/included-phi-nodes-begin.ll
  llvm/test/Transforms/IROutliner/included-phi-nodes-end.ll
  llvm/test/Transforms/IROutliner/must-capture-all-phi-nodes-begin.ll
  llvm/test/Transforms/IROutliner/must-capture-all-phi-nodes-end.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-non-constant.ll
  llvm/test/Transforms/IROutliner/phi-nodes-simple.ll
  llvm/test/Transforms/IROutliner/region-inputs-in-phi-nodes.ll
  llvm/unittests/Analysis/IRSimilarityIdentifierTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106997.403074.patch
Type: text/x-patch
Size: 45790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/c35398b4/attachment-0001.bin>


More information about the llvm-commits mailing list