aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-06-06 17:46:42 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-06-06 17:46:42 +0000
commitad7a1805be26ba45df250af577bb2b1c9347c2e2 (patch)
treec332b34a672c1577fe10fd9a085288202fc3b840 /llvm/lib/Support/CommandLine.cpp
parent2f1556726cbd52d36628d58fc8efb9f30662a96e (diff)
downloadllvm-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