On 11/14/18 6:07 AM, Robin Dapp wrote: > This patch saves the number of created conditional moves by > noce_convert_multiple_sets in the IF_INFO struct. This may be used by > the backend to easier decide whether to accept a generated sequence or > not. > > -- > > gcc/ChangeLog: > > 2018-11-14 Robin Dapp <rd...@linux.ibm.com> > > * ifcvt.c (noce_convert_multiple_sets): Set cmov count. > (noce_find_if_block): Set cmov count. > * ifcvt.h (struct noce_if_info): Add cmov count. So this series came in after stage1 close. I'm not aware of a bug this series is meant to fix, but perhaps you just didn't include a reference to it.
Anyway, patches #1 and #3 are OK for the trunk right now. Jeff