hanchenye-llvm-project/polly/test/Isl
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
..
Ast ScopInfo: Add support for AssumedContext 2013-10-29 21:05:49 +00:00
CodeGen use -polly-codegen-isl in tests under test/Isl 2013-10-07 16:43:04 +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