llvm-project/polly/test/Isl
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
..
Ast Annotate reduction parallel loops in the IslAst textual output 2014-07-15 00:00:35 +00:00
CodeGen [Refactor] Remove containsLoop to find innermost loops 2014-07-24 15:59:06 +00:00
single_loop_param_less_equal.ll Update LoopInfo correctly 2013-05-16 06:40:24 +00:00
single_loop_param_less_than.ll LoopGenerators: Construct loops such that they are already loop rotated 2013-05-16 06:40:06 +00:00
single_loop_uint_max_iterations.ll
single_loop_ull_max_iterations.ll