Add a new loop-instsimplify pass, with the intention of replacing the instance
authorCameron Zwarich <zwarich@apple.com>
Mon, 3 Jan 2011 00:25:16 +0000 (00:25 +0000)
committerCameron Zwarich <zwarich@apple.com>
Mon, 3 Jan 2011 00:25:16 +0000 (00:25 +0000)
commit832f61117d69019376c4aabedd4de3831279e288
treec47be67fe90ab424bf8b7d7e81886dcdb363f968
parent67678c8307bca7fa867059669ead579215cda732
Add a new loop-instsimplify pass, with the intention of replacing the instance
of instcombine that is currently in the middle of the loop pass pipeline. This
commit only checks in the pass; it will hopefully be enabled by default later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122719 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/LoopInstSimplify.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Scalar.cpp