Teach globalopt how memset/cpy/move affect memory, to allow better optimization.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Feb 2005 18:58:52 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Feb 2005 18:58:52 +0000 (18:58 +0000)
commit35c81b0b120f87373584f2e238e4d77f9d2ae88f
tree103afc90c327fd48e4bbdf9b8974fe80cf52b5f5
parentb503cc43631ecc62b4225235dc4aa2768727a5ef
Teach globalopt how memset/cpy/move affect memory, to allow better optimization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20352 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp