Re: [PATCH] Shave some bit of work off verify_gimple_in_cfg

2018-04-28 Thread Richard Biener
On Fri, 27 Apr 2018, Richard Biener wrote: > > This makes us not record all stmts in the visited_stmts hash-set > but only those that are possibly valid EH stmts. Should save us > some cycles here. > > Bootstrap running on x86_64-unknown-linux-gnu. This is what i have applied. Richard. 2018-

[PATCH] Shave some bit of work off verify_gimple_in_cfg

2018-04-27 Thread Richard Biener
This makes us not record all stmts in the visited_stmts hash-set but only those that are possibly valid EH stmts. Should save us some cycles here. Bootstrap running on x86_64-unknown-linux-gnu. Richard. 2018-04-27 Richard Biener * tree-cfg.c (verify_gimple_phi): Take a gphi * argum