hanchenye-llvm-project/polly/test/Isl/Ast
Tobias Grosser e86109f508 ScopInfo: Add support for AssumedContext
When constructing a scop sometimes the exact representation of a statement or
condition would be very complex, but there is a common case which is a lot
simpler, but which is only valid under certain assumptions. The assumed context
records the assumptions taken during the construction of this scop and that need
to be code generated as a run-time test.

At the moment, we do not yet model any assumptions, but only added the
AssumedContext as well as the isl-ast generation support. As a next step,
this needs to be hooked up with the isl code generation.

if (1) /* run-time condition */
  {  /* optimized code */ }
else
  {  /* original code */ }

llvm-svn: 193652
2013-10-29 21:05:49 +00:00
..
OpenMP
run-time-condition.ll ScopInfo: Add support for AssumedContext 2013-10-29 21:05:49 +00:00
single_loop_strip_mine.ll Correct function to decide if a SCEV can be ignored 2013-03-18 20:21:13 +00:00
single_loop_strip_mine___%for.cond---%for.end.jscop Correct function to decide if a SCEV can be ignored 2013-03-18 20:21:13 +00:00