Implement LICM/sink_multiple.ll, by sinking all possible instructions in the
authorChris Lattner <sabre@nondot.org>
Fri, 19 Dec 2003 07:22:45 +0000 (07:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Dec 2003 07:22:45 +0000 (07:22 +0000)
commite4365b2e8c79f9b2d564f31fdcc0568da8e5d60f
treeb2215532b4fb55eaca1f6af0c60f0d7bb94b02bd
parentbb8d661b2717e8af99f794397fdf890b5a6133e3
Implement LICM/sink_multiple.ll, by sinking all possible instructions in the
loop before hoisting any.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp