hanchenye-llvm-project/polly/test
Johannes Doerfert af9b1e2d80 [Refactor] Remove containsLoop to find innermost loops
Use the fact that if we visit a for node first in pre and next in post order
  we know we did not visit any children, thus we found an innermost loop.

  + Test case for an innermost loop with a conditional inside

llvm-svn: 213870
2014-07-24 15:59:06 +00:00
..
Cloog [Refactor] Use attributes to mark function as invalid for polly 2014-07-15 21:06:48 +00:00
CodePreparation Delete trivial PHI nodes (aka stack slot sharing) 2014-04-01 16:01:33 +00:00
DeadCodeElimination DeadCodeElimination: Fix liveout computation 2014-07-14 08:32:01 +00:00
Dependences Annotate reduction parallel loops in the IslAst textual output 2014-07-15 00:00:35 +00:00
IndependentBlocks IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00
Isl [Refactor] Remove containsLoop to find innermost loops 2014-07-24 15:59:06 +00:00
ScheduleOptimizer Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00
ScopDetect [Refactor] Use attributes to mark function as invalid for polly 2014-07-15 21:06:48 +00:00
ScopDetectionDiagnostics Add diagnostic remark for ReportVariantBasePtr 2014-06-26 13:33:35 +00:00
ScopInfo Derive run-time conditions for delinearization 2014-07-02 17:47:48 +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 [Refactor] Create nicer test cases from C/C++ 2014-06-24 17:02:53 +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