llvm-project/polly/test/Isl
Tobias Grosser 776700d0b7 [BlockGenerator] Insert initializations at beginning of start block
In case some code -- not guarded by control flow -- would be emitted directly in
the start block, it may happen that this code would use uninitalized scalar
values if the scalar initialization is only emitted at the end of the start
block. This is not a problem today in normal Polly, as all statements are
emitted in their own basic blocks, but Polly-ACC emits host-to-device copy
statements into the start block.

Additional Polly-ACC test coverage will be added in subsequent changes that
improve the handling of PHI nodes in Polly-ACC.

llvm-svn: 278124
2016-08-09 15:34:59 +00:00
..
Ast [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
CodeGen [BlockGenerator] Insert initializations at beginning of start block 2016-08-09 15:34:59 +00:00
single_loop_param_less_equal.ll
single_loop_param_less_than.ll
single_loop_uint_max_iterations.ll
single_loop_ull_max_iterations.ll