Revert "New pass manager for LICM."
authorVitaly Buka <vitalybuka@google.com>
Tue, 12 Jul 2016 06:25:32 +0000 (06:25 +0000)
committerVitaly Buka <vitalybuka@google.com>
Tue, 12 Jul 2016 06:25:32 +0000 (06:25 +0000)
commit204dc533c59e1dc55a162d6b853b68606ee51089
treed4a4e9aea6936ee6fdf8bc506cd8dd675a7c0cae
parenta6e6febe2c0a2585c9217d952c6c0834699039fa
Revert "New pass manager for LICM."

Summary: This reverts commit r275118.

Subscribers: sanjoy, mehdi_amini

Differential Revision: http://reviews.llvm.org/D22259

llvm-svn: 275156
31 files changed:
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Scalar/LICM.h [deleted file]
llvm/lib/LTO/LTOCodeGenerator.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/lib/Transforms/Scalar/Scalar.cpp
llvm/test/Transforms/LICM/argmemonly-call.ll
llvm/test/Transforms/LICM/assume.ll
llvm/test/Transforms/LICM/atomics.ll
llvm/test/Transforms/LICM/basictest.ll
llvm/test/Transforms/LICM/constexpr.ll
llvm/test/Transforms/LICM/crash.ll
llvm/test/Transforms/LICM/debug-value.ll
llvm/test/Transforms/LICM/extra-copies.ll
llvm/test/Transforms/LICM/funclet.ll
llvm/test/Transforms/LICM/hoist-bitcast-load.ll
llvm/test/Transforms/LICM/hoist-deref-load.ll
llvm/test/Transforms/LICM/hoist-nounwind.ll
llvm/test/Transforms/LICM/hoist-round.ll
llvm/test/Transforms/LICM/hoisting.ll
llvm/test/Transforms/LICM/lcssa-ssa-promoter.ll
llvm/test/Transforms/LICM/no-preheader-test.ll
llvm/test/Transforms/LICM/preheader-safe.ll
llvm/test/Transforms/LICM/promote-order.ll
llvm/test/Transforms/LICM/promote-tls.ll
llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
llvm/test/Transforms/LICM/scalar_promote-unwind.ll
llvm/test/Transforms/LICM/scalar_promote.ll
llvm/test/Transforms/LICM/speculate.ll
llvm/test/Transforms/LICM/volatile-alias.ll