llvm-project/polly/test
Tobias Grosser d1e33e7061 ScopDetection: Only detect scops that have at least one read and one write
Scops that only read seem generally uninteresting and scops that only write are
most likely initializations where there is also little to optimize.  To not
waste compile time we bail early.

Differential Revision: http://reviews.llvm.org/D7735

llvm-svn: 229820
2015-02-19 05:31:07 +00:00
..
CodePreparation ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
DeadCodeElimination ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
Dependences ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
IndependentBlocks ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
Isl ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
ScheduleOptimizer ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
ScopDetect ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
ScopDetectionDiagnostics ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
ScopInfo ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
TempScop ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
CMakeLists.txt [multilib] Teach Polly's CMake to use the libdir suffix variable. This 2015-01-19 01:03:05 +00:00
Makefile Drop Cloog support 2014-12-02 19:26:58 +00:00
README
create_ll.sh Add -e to test generation script 2014-09-09 22:14:38 +00:00
lit.cfg Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00
lit.site.cfg.in Drop Cloog support 2014-12-02 19:26:58 +00:00
polly.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00

README

place tests here