Re: Exception at "need_ssa_update_p" during GIMPLE instrumentation

2020-06-21 Thread Richard Biener via Gcc
On June 21, 2020 11:38:49 AM GMT+02:00, Shuai Wang via Gcc wrote: >OK, I think I know how to solve it. Just return TODO_update_ssa >. If you dump with -vops you'll likely see that virtual operands got out of sync. You can either manually copy

Re: Exception at "need_ssa_update_p" during GIMPLE instrumentation

2020-06-21 Thread Shuai Wang via Gcc
OK, I think I know how to solve it. Just return TODO_update_ssa . On Sun, Jun 21, 2020 at 5:34 PM Shuai Wang wrote: > Hello, > > I am doing instrumentation of GIMPLE code by adding extra coverage > counters at each basic block. Basically it's