------- Comment #2 from spop at gcc dot gnu dot org 2008-10-16 13:59 ------- I prefer the second solution: if (multiplication_in_parameters (n)) then insert a new parameter on the BB preceding the scop, and use force_gimple_operand to gimplify the sequence of stmts for n. This returns a sequence of stmts that you can insert on the src of the entry edge of the scop.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37705