forked from OSchip/llvm-project
07e8c36dc7
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 |
||
---|---|---|
.. | ||
forward_hoisted.ll | ||
forward_instruction.ll | ||
forward_readonly.ll | ||
forward_transitive.ll | ||
noforward_partial.ll | ||
noforward_phi.ll | ||
noforward_region.ll | ||
noforward_sideffects.ll | ||
noforward_synthesizable.ll |