[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 11:58:24 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301576: [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass. (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D32409?vs=96883&id=96966#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32409

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

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


More information about the llvm-commits mailing list