llvm-project/polly/test/Simplify
Michael Kruse ad7a1805be [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
2017-06-06 17:46:42 +00:00
..
overwritten.ll [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_3phi.ll [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
overwritten_3phi___%for---%return.jscop [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
overwritten_3phi___%for---%return.jscop.transformed [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
overwritten_3store.ll [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_implicit_and_explicit.ll [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_implicit_and_explicit___%for---%return.jscop [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_implicit_and_explicit___%for---%return.jscop.transformed [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_loadbetween.ll [Simplify] Remove writes that are overwritten. 2017-05-13 11:49:34 +00:00
overwritten_scalar.ll [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
overwritten_scalar___%for---%return.jscop [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
overwritten_scalar___%for---%return.jscop.transformed [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00
pass_existence.ll
pr33323.ll [Simplify] Use execution order of memory accesses. 2017-06-06 17:46:42 +00:00
pr33323___%for.body98---%for.cond87.loopexit.jscop [Simplify] Use execution order of memory accesses. 2017-06-06 17:46:42 +00:00
pr33323___%for.body98---%for.cond87.loopexit.jscop.transformed [Simplify] Use execution order of memory accesses. 2017-06-06 17:46:42 +00:00
redundant.ll
redundant_differentindex.ll
redundant_storebetween.ll