llvm-project/polly/test
Tobias Grosser 3cbe5cfff3 Remove FinalRead
The FinalRead statement represented a virtual read that is executed after the
SCoP. It was used when we verified the correctness of a schedule by checking if
it yields the same FLOW dependences as the original code. This is only works, if
we have a final read that reads all memory at the end of the SCoP.
We now switched to just checking if a schedule does not introduce negative
dependences and also consider WAW WAR dependences. This restricts the schedules
a little bit more, but we do not have any optimizer that would calculate a more
complex schedule. Hence, for now final reads are obsolete.

llvm-svn: 152319
2012-03-08 15:21:51 +00:00
..
Cloog tests: Replace . by %s 2012-02-13 12:29:43 +00:00
CodeGen CodeGen: Pass the scalar maps properly 2012-03-02 15:20:35 +00:00
ScheduleOptimizer ScheduleOptimizer: Do not tile bands with just one dimension 2011-12-08 13:02:58 +00:00
ScopDetection ScopDetection: Allow to limit the scop detection to a single function 2011-10-23 11:17:06 +00:00
ScopInfo Remove FinalRead 2012-03-08 15:21:51 +00:00
TempScop Temporarily remove reduction support and interchange pass 2011-08-21 14:57:58 +00:00
polybench Add initial version of Polly 2011-04-29 06:27:02 +00:00
CMakeLists.txt ClooG: Make sure ambigous schedules do not introduce complicated code 2011-12-07 11:03:48 +00:00
Makefile test: Do not hardcode '.so' as library suffix 2011-11-22 19:40:38 +00:00
README Add initial version of Polly 2011-04-29 06:27:02 +00:00
create_ll.sh Add initial version of Polly 2011-04-29 06:27:02 +00:00
lit.cfg Add initial version of Polly 2011-04-29 06:27:02 +00:00
lit.site.cfg.in test: Do not hardcode '.so' as library suffix 2011-11-22 19:40:38 +00:00
polly.ll Add initial version of Polly 2011-04-29 06:27:02 +00:00

README

place tests here