On 9/6/19 12:53 PM, Richard Biener wrote:
> On Fri, 6 Sep 2019, Richard Biener wrote:
>
>> On Thu, 5 Sep 2019, Barnaby Wilks wrote:
>>
>>> Hello,
>>>
>>> This patch changes a match.pd expression so that binary math expressions
>>> wi
don't have write access, so if OK for trunk then can someone commit on
my behalf?
Regards
Barney
gcc/ChangeLog:
2019-09-05 Barnaby Wilks
* match.pd: Add flag_unsafe_math_optimizations check
before deciding on the widest type in a binary math operation.
gcc/testsuite
On 9/3/19 9:23 AM, Richard Biener wrote:
> On Mon, 2 Sep 2019, Barnaby Wilks wrote:
>
>> Hello,
>>
>> This patch introduces an optimization for narrowing binary and builtin
>> math operations to the smallest type when unsafe math optimizations are
>> enab
x27;t have write access, so if OK for trunk then can someone commit on
my behalf?
Regards,
Barney
gcc/ChangeLog:
2019-09-02 Barnaby Wilks
* builtins.c (mathfn_built_in): Expose find implicit builtin parameter.
* builtins.h (mathfn_built_in): Likewise.
* match.pd