diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-06-06 17:46:42 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-06-06 17:46:42 +0000 |
commit | ad7a1805be26ba45df250af577bb2b1c9347c2e2 (patch) | |
tree | c332b34a672c1577fe10fd9a085288202fc3b840 /llvm/lib/Support/CommandLine.cpp | |
parent | 2f1556726cbd52d36628d58fc8efb9f30662a96e (diff) | |
download | llvm-ad7a1805be26ba45df250af577bb2b1c9347c2e2.zip llvm-ad7a1805be26ba45df250af577bb2b1c9347c2e2.tar.gz llvm-ad7a1805be26ba45df250af577bb2b1c9347c2e2.tar.bz2 |
[Simplify] Use execution order of memory accesses.
Iterate through memory accesses in execution order (first all implicit reads,
then explicit accesses, then implicit writes).
In the test case this caused an implicit load to be handled as if it was loaded
after the write. That is, the value being written before it is available.
This fixes llvm.org/PR33323
llvm-svn: 304810
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions