[PATCH] D86975: [IRSim][IROutliner] Adding the extraction basics for the IROutliner.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 21:45:08 PST 2020


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

Updating diff to reflect memory leak fixes, using strategy from D86968 <https://reviews.llvm.org/D86968> to use SpecificBumpPtrAllocator rather than BumpPtrAllocatotr.


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

https://reviews.llvm.org/D86975

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO.h
  llvm/include/llvm/Transforms/IPO/IROutliner.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/CMakeLists.txt
  llvm/lib/Transforms/IPO/IPO.cpp
  llvm/lib/Transforms/IPO/IROutliner.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/test/Transforms/IROutliner/extraction.ll
  llvm/test/Transforms/IROutliner/outlining-address-taken.ll
  llvm/test/Transforms/IROutliner/outlining-different-structure.ll
  llvm/test/Transforms/IROutliner/outlining-same-constants.ll
  llvm/test/Transforms/IROutliner/outlining-same-globals.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86975.308139.patch
Type: text/x-patch
Size: 42589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201128/2cfa1cae/attachment-0001.bin>


More information about the llvm-commits mailing list