[PATCH] D89016: [LoopExtract][NewPM] Port -loop-extract to NPM

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 15:56:57 PDT 2020


aeubanks created this revision.
aeubanks added reviewers: asbirlea, ychen.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aeubanks requested review of this revision.

-loop-extract-single is just -loop-extract on one loop.

-loop-extract depended on -break-crit-edges and -loop-simplify in the
legacy PM, but the NPM doesn't allow specifying pass dependencies like
that, so manually add those passes to the RUN lines where necessary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89016

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO/LoopExtractor.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/IPO.cpp
  llvm/lib/Transforms/IPO/LoopExtractor.cpp
  llvm/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll
  llvm/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
  llvm/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
  llvm/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll
  llvm/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
  llvm/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
  llvm/test/Transforms/CodeExtractor/BlockAddressReference.ll
  llvm/test/Transforms/CodeExtractor/BlockAddressSelfReference.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_alloca.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_crash.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_min_wrapper.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89016.296823.patch
Type: text/x-patch
Size: 17889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/b81507b5/attachment.bin>


More information about the llvm-commits mailing list