Re: [PATCH 1/6] ifcvt: Store the number of created cmovs.

2018-11-14 Thread Jeff Law
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

[PATCH 1/6] ifcvt: Store the number of created cmovs.

2018-11-14 Thread Robin Dapp
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 * ifcvt.c (noce_convert_multiple_sets