llvm-project/polly/test/ForwardOpTree
Michael Kruse 07e8c36dc7 [ForwardOpTree] Support read-only value uses.
Read-only values (values defined before the SCoP) require special
handing with -polly-analyze-read-only-scalars=true (which is the
default). If active, each use of a value requires a read access.
When a copied value uses a read-only value, we must also ensure that
such a MemoryAccess is available or is created.

Differential Revision: https://reviews.llvm.org/D35764

llvm-svn: 308876
2017-07-24 12:43:27 +00:00
..
forward_hoisted.ll
forward_instruction.ll
forward_readonly.ll [ForwardOpTree] Support read-only value uses. 2017-07-24 12:43:27 +00:00
forward_transitive.ll
noforward_partial.ll
noforward_phi.ll
noforward_region.ll
noforward_sideffects.ll
noforward_synthesizable.ll