OSDN Git Service

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)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:12:01 +0000 (09:12 -0800)
commitbeaa7bfa9c5738334582c04e3d4ed641fe4d1a85
tree5524b27e9b092d04e0bbff3282a78dfe070c3619
parentc57daf29566e89d93a9d5e00314b947d9fc5b104
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]