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
Loading
Please register or sign in to comment