llvm-project/polly/test
Johannes Doerfert f1906138b4 Model statement wise reduction dependences
+ Collect reduction dependences
+ Introduced TYPE_RED in Dependences.h which can be used to obtain the
  reduction dependences
+ Used TYPE_RED to prevent parallelization while we do not have a privatizing
  code generation
+ Relax the dependences for non-parallel code generation
+ Add privatization dependences to ensure correctness
+ 12 Test cases to check for reduction and privatization dependences

llvm-svn: 211369
2014-06-20 16:37:11 +00:00
..
Cloog Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00
CodePreparation Delete trivial PHI nodes (aka stack slot sharing) 2014-04-01 16:01:33 +00:00
DeadCodeElimination Dead code elimination: Schedule another approximative step before actual DCE 2014-02-24 08:52:20 +00:00
Dependences Model statement wise reduction dependences 2014-06-20 16:37:11 +00:00
IndependentBlocks IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00
Isl only delinearize when the access function is not affine 2014-04-10 16:08:11 +00:00
ScheduleOptimizer Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00
ScopDetect correct the delinearization failing case 2014-05-12 19:02:02 +00:00
ScopInfo Missing reduction detection test cases 2014-06-18 23:08:14 +00:00
TempScop TempScop: Actually load Polly in this test case 2013-07-29 05:18:09 +00:00
CMakeLists.txt Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00
Makefile Fixed missing cloog test with automake/configure build setup 2014-04-22 15:30:43 +00:00
README
create_ll.sh Updated test/create_ll.sh to work with old & new clang versions. 2014-03-25 15:50:44 +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 autoconf: Fix module loading in tests 2014-03-14 13:27:26 +00:00
polly.ll

README

place tests here