implement support for sinking a load out the bottom of a block that
authorChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 00:17:41 +0000 (00:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 00:17:41 +0000 (00:17 +0000)
commitaad193a7e9f8eb4b558e16c2b54c31dee54f5f1e
tree43cd1895ed39971de4484c5b5b913474c55180d9
parent2769f6fc59cb3bae445e9eff3b5275336665fb9b
implement support for sinking a load out the bottom of a block that
has no stores between the load and the end of block.  This works
great and sinks hundreds of stores, but we can't turn it on because
machineinstrs don't have volatility information and we don't want to
sink volatile stores :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineSink.cpp