llvm-project/polly/test/TempScop
Johannes Doerfert 96425c2574 Traverse the SCoP to compute non-loop-carried domain conditions
In order to compute domain conditions for conditionals we will now
  traverse the region in the ScopInfo once and build the domains for
  each block in the region. The SCoP statements can then use these
  constraints when they build their domain.

  The reason behind this change is twofold:
    1) This removes a big chunk of preprocessing logic from the
       TempScopInfo, namely the Conditionals we used to build there.
       Additionally to moving this logic it is also simplified. Instead
       of walking the dominance tree up for each basic block in the
       region (as we did before), we now traverse the region only
       once in order to collect the domain conditions.
    2) This is the first step towards the isl based domain creation.
       The second step will traverse the region similar to this step,
       however it will propagate back edge conditions. Once both are in
       place this conditional handling will allow multiple exit loops
       additional logic.

Reviewers: grosser

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

llvm-svn: 246398
2015-08-30 21:13:53 +00:00
..
inter_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
intra_and_inter_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
intra_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
nested-loops.ll Traverse the SCoP to compute non-loop-carried domain conditions 2015-08-30 21:13:53 +00:00
not-a-reduction.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00
scalar_to_array.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
tempscop-printing.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00