On Mar 20, 2017, at 3:26 AM, Richard Biener <richard.guent...@gmail.com> wrote: > > Hmm, I think force_gimple_oeprand overwrites what is in &pre so can > you try with using a temporary sequence for force_gimple_operand and > appending that to pre afterwards instead?
Indeed, that solves the problem. I'll prepare the patch for review. Thanks! Bill