pet_skip_info_add_scops: add scops for computing skip conditions in sequence
commit8871f6baccfd21b63b47c9955b81ccf35b6f1070
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Apr 2014 15:16:53 +0000 (19 17:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Feb 2015 12:04:35 +0000 (4 13:04 +0100)
tree093984b6c109359e7dfe5102f133fe402fffbb65
parentce279866fb13209000e0bb286b6ef4056fc5dc17
pet_skip_info_add_scops: add scops for computing skip conditions in sequence

They were added in parallel before in order to avoid any skip condition
on the original scop from applying to the scops for computing skip conditions.

Currently, the application of skip conditions is the only difference
between pet_scop_add_par and pet_scop_add_seq since the actual execution
order is determined by setting prefixes.
However, when we switch to schedule trees, we will no longer be keeping
track of such prefixes and pet_scop_add_par and pet_scop_add_seq
will imply different schedules.
We therefore need to call the appropriate function here to prepare
for this change.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
skip.c