[PATCH] D29034: [Guards] Introduce loop-predication pass

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 10:23:55 PST 2017


apilipenko updated this revision to Diff 85604.
apilipenko added a comment.

Address Sanjoy's comments: add new pass manager support, fix nits here and there. 
Add an early exit if the module doesn't use guards.

I'm going to land this version if there is no more comments in a couple of days.


https://reviews.llvm.org/D29034

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/LoopPredication.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/LoopPredication.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/LoopPredication/basic.ll
  test/Transforms/LoopPredication/nested.ll
  test/Transforms/LoopPredication/visited.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29034.85604.patch
Type: text/x-patch
Size: 47542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/c28dc449/attachment.bin>


More information about the llvm-commits mailing list