Hi Richard
On 05/12/2019 17:04, Richard Sandiford wrote:
> Sudakshina Das writes:
>> Hi
>>
>> While looking at vect_model_reduction_cost function, it seems Richard's
>> change in a recent commit r278611 missed an update to the following if
>> condition. Since the check for EXTRACT_LAST_REDUCTION
Sudakshina Das writes:
> Hi
>
> While looking at vect_model_reduction_cost function, it seems Richard's
> change in a recent commit r278611 missed an update to the following if
> condition. Since the check for EXTRACT_LAST_REDUCTION is now split
> above, the same check in the if condition will
Hi
While looking at vect_model_reduction_cost function, it seems Richard's
change in a recent commit r278611 missed an update to the following if
condition. Since the check for EXTRACT_LAST_REDUCTION is now split
above, the same check in the if condition will never be true.
gcc/ChangeLog
2019