[PATCH] D32409: [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 01:44:21 PDT 2017


chandlerc updated this revision to Diff 96883.
chandlerc marked 15 inline comments as done.
chandlerc added a comment.

Updates to address code review comments.


https://reviews.llvm.org/D32409

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/Scalar.cpp
  lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  test/Transforms/SimpleLoopUnswitch/2006-06-13-SingleEntryPHI.ll
  test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll
  test/Transforms/SimpleLoopUnswitch/2007-05-09-Unreachable.ll
  test/Transforms/SimpleLoopUnswitch/2007-05-09-tl.ll
  test/Transforms/SimpleLoopUnswitch/2007-07-12-ExitDomInfo.ll
  test/Transforms/SimpleLoopUnswitch/2007-07-13-DomInfo.ll
  test/Transforms/SimpleLoopUnswitch/2007-07-18-DomInfo.ll
  test/Transforms/SimpleLoopUnswitch/2007-08-01-Dom.ll
  test/Transforms/SimpleLoopUnswitch/2007-08-01-LCSSA.ll
  test/Transforms/SimpleLoopUnswitch/2007-10-04-DomFrontier.ll
  test/Transforms/SimpleLoopUnswitch/2008-06-02-DomInfo.ll
  test/Transforms/SimpleLoopUnswitch/2008-06-17-DomFrontier.ll
  test/Transforms/SimpleLoopUnswitch/2010-11-18-LCSSA.ll
  test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll
  test/Transforms/SimpleLoopUnswitch/2011-09-26-EHCrash.ll
  test/Transforms/SimpleLoopUnswitch/2012-04-02-IndirectBr.ll
  test/Transforms/SimpleLoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll
  test/Transforms/SimpleLoopUnswitch/2012-05-20-Phi.ll
  test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
  test/Transforms/SimpleLoopUnswitch/LIV-loop-condtion.ll
  test/Transforms/SimpleLoopUnswitch/basictest.ll
  test/Transforms/SimpleLoopUnswitch/cleanuppad.ll
  test/Transforms/SimpleLoopUnswitch/copy-metadata.ll
  test/Transforms/SimpleLoopUnswitch/crash.ll
  test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll
  test/Transforms/SimpleLoopUnswitch/infinite-loop.ll
  test/Transforms/SimpleLoopUnswitch/msan.ll
  test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll
  test/Transforms/SimpleLoopUnswitch/trivial-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32409.96883.patch
Type: text/x-patch
Size: 96721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/71824d51/attachment-0001.bin>


More information about the llvm-commits mailing list