[PATCH] D69069: [LoopExtractor] Convert LoopExtractor from LoopPass to ModulePass

Ehud Katz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 11:46:58 PST 2020


ekatz updated this revision to Diff 239663.
ekatz edited the summary of this revision.
ekatz added a comment.

Added test cases for the bugs, as well as for testing a simple extraction and a no extraction in the edge case where the function is just a minimal wrapper around a loop.


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

https://reviews.llvm.org/D69069

Files:
  llvm/lib/Transforms/IPO/LoopExtractor.cpp
  llvm/test/Feature/optnone-opt.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_crash.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_infinite.ll
  llvm/test/Transforms/CodeExtractor/LoopExtractor_min_wrapper.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69069.239663.patch
Type: text/x-patch
Size: 12855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/737b30f4/attachment.bin>


More information about the llvm-commits mailing list