[PATCH] D106990: [IROutliner] Outlining branches with single entry and single exit

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 08:52:20 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG81d3ac0cf2cb: [IROutliner] Adding outlining for single entry/single exit multiblock regions (authored by AndrewLitteken).

Changed prior to commit:
  https://reviews.llvm.org/D106990?vs=369545&id=371096#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106990

Files:
  llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
  llvm/include/llvm/Transforms/IPO/IROutliner.h
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/test/Transforms/IROutliner/opt-remarks.ll
  llvm/test/Transforms/IROutliner/outlining-across-branch.ll
  llvm/test/Transforms/IROutliner/outlining-basic-branches.ll
  llvm/test/Transforms/IROutliner/outlining-multiple-exits.ll
  llvm/test/Transforms/IROutliner/region-end-of-module.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106990.371096.patch
Type: text/x-patch
Size: 47937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/a102e2aa/attachment-0001.bin>


More information about the llvm-commits mailing list