Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
authorBill Wendling <isanbard@gmail.com>
Mon, 9 Aug 2010 23:59:04 +0000 (23:59 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 9 Aug 2010 23:59:04 +0000 (23:59 +0000)
commit6cdb1abe4e4f6364649e7ef656589441754e82ae
tree79e169ef86eb551c0d2521a690ae01a689d81c0d
parent02ecdefbe48a054d962d6977967d1ae57a31a074
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
pass. This pass should expand with all of the small, fine-grained optimization
passes to reduce compile time and increase happiment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110627 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/OptimizeCmps.cpp [deleted file]
lib/CodeGen/OptimizeExts.cpp [deleted file]
lib/CodeGen/PeepholeOptimizer.cpp [new file with mode: 0644]