LICM pass now understands invariant load metadata. Nothing generates this yet so...
authorPete Cooper <peter_cooper@apple.com>
Tue, 8 Nov 2011 19:30:00 +0000 (19:30 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 8 Nov 2011 19:30:00 +0000 (19:30 +0000)
commit2d76a7846200fcbe518e6f73291a6cbda8864ea0
tree46b5600dc47195898de1d3dc12ff7beb87c50567
parent67a917d495d38004e3a4a134eec81b312a71a164
LICM pass now understands invariant load metadata.  Nothing generates this yet so it will currently never get used in real tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp
test/Transforms/LICM/hoist-invariant-load.ll [new file with mode: 0644]