diff options
author | Bjorn Steinbrink <bsteinbr@gmail.com> | 2018-02-23 10:41:57 +0000 |
---|---|---|
committer | Bjorn Steinbrink <bsteinbr@gmail.com> | 2018-02-23 10:41:57 +0000 |
commit | 983d6c3f18908532b28887ca96ac0da6ad921e7f (patch) | |
tree | 0e72fbd4562d8489b8fbb4775c72825fd339bf94 /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | |
parent | 2d53967b486fa213613f4ced6b3087050997b82b (diff) | |
download | bcm5719-llvm-983d6c3f18908532b28887ca96ac0da6ad921e7f.tar.gz bcm5719-llvm-983d6c3f18908532b28887ca96ac0da6ad921e7f.zip |
Mark MergedLoadStoreMotion as not preserving MemDep results
Summary:
MemDep caches results that signify that a dependence is non-local, and
there is currently no way to invalidate such cache entries.
Unfortunately, when MLSM sinks a store that can result in a non-local
dependence becoming a local one, and then MemDep gives wrong answers.
The easiest way out here is to just say that MLSM does indeed not
preserve MemDep results.
Reviewers: davide, Gerolf
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D43177
llvm-svn: 325880
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions