1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 2f7da36732 Fix a fixme by making memdep's handling of allocations more logical.
If we see that a load depends on the allocation of its memory with no
intervening stores, we now return a 'None' depedency instead of "Normal".
This tweaks GVN to do its optimization with the new result.

llvm-svn: 60267
2008-11-30 01:39:32 +00:00
..
Analysis Fix a fixme by making memdep's handling of allocations more logical. 2008-11-30 01:39:32 +00:00
Archive
AsmParser
Bitcode
CodeGen Silence a warning. 2008-11-27 17:29:52 +00:00
Debugger
ExecutionEngine
Linker
Support fix build on some machines. thanks buildbot 2008-11-27 16:42:44 +00:00
System
Target Add include files needed when building with 2008-11-28 10:20:03 +00:00
Transforms Fix a fixme by making memdep's handling of allocations more logical. 2008-11-30 01:39:32 +00:00
VMCore improve const correctness. 2008-11-27 08:39:18 +00:00
Makefile