Add option -licm-const-load to hoist all loads from constant memory.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 20 Nov 2009 19:55:37 +0000 (19:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 20 Nov 2009 19:55:37 +0000 (19:55 +0000)
commit87b75ba75e854773bde482309d6594c25c567e0e
treed8e214ea6cef237eee84bc94f51a8c290bc7fd47
parenta9562568e5c2a897e3a51b18700eeb70f0dda48c
Add option -licm-const-load to hoist all loads from constant memory.

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