[PATCH] D53942: IR Outliner Pass

Tom Rix via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 13:07:36 PST 2018


trixirt updated this revision to Diff 174435.
trixirt added a comment.

CodesizeOutliner has been changed to IROutliner
cli to enable has changed for *-cso to *-ir-outliner
Generated functions prefix changed for cso_ to _iro_
Some tests add.
Most issues in review fixed.
Exception is for significant refactoring, which was deferred to the larger task for refactoring MO/IRO to use MO infra.
A proof-of-concept of this refactor is https://github.com/trixirt/llvm/tree/master-poc-mo-refactor


Repository:
  rL LLVM

https://reviews.llvm.org/D53942

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO.h
  include/llvm/Transforms/IPO/IROutliner.h
  include/llvm/Transforms/Utils/Outliner.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/IPO.cpp
  lib/Transforms/IPO/IROutliner.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/Outliner.cpp
  test/Transforms/IROutliner/attributes.ll
  test/Transforms/IROutliner/basic.ll
  test/Transforms/IROutliner/multioutput.ll
  test/Transforms/IROutliner/output.ll
  test/Transforms/IROutliner/reg001.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53942.174435.patch
Type: text/x-patch
Size: 134797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181116/2cff2422/attachment-0001.bin>


More information about the llvm-commits mailing list