Ensure a correct order between memory accesses.
Ensure that the scalar write access corresponds to the result of a load instruction appears after the generic read access corresponds to the load instruction. llvm-svn: 186419
Showing
- polly/include/polly/TempScopInfo.h 4 additions, 1 deletionpolly/include/polly/TempScopInfo.h
- polly/lib/Analysis/TempScopInfo.cpp 9 additions, 10 deletionspolly/lib/Analysis/TempScopInfo.cpp
- polly/test/TempScop/inter_bb_scalar_dep.ll 54 additions, 0 deletionspolly/test/TempScop/inter_bb_scalar_dep.ll
- polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll 58 additions, 0 deletionspolly/test/TempScop/intra_and_inter_bb_scalar_dep.ll
- polly/test/TempScop/intra_bb_scalar_dep.ll 52 additions, 0 deletionspolly/test/TempScop/intra_bb_scalar_dep.ll
- polly/test/TempScop/scalar_to_array.ll 186 additions, 0 deletionspolly/test/TempScop/scalar_to_array.ll
- polly/test/TempScop/tempscop-printing.ll 43 additions, 0 deletionspolly/test/TempScop/tempscop-printing.ll
Loading
Please register or sign in to comment