aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/MemdepMiscompile.ll
Commit message (Collapse)AuthorAgeFilesLines
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-041-0/+54
reachablity. We conservatively approximate the reachability analysis by saying it is not reachable if there is a single path starting from "From" and the path does not reach "To". rdar://12801584 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171512 91177308-0d34-0410-b5e6-96231b3b80d8