"H.J. Lu" writes:
> On Thu, May 17, 2018 at 1:56 AM, Richard Sandiford
> wrote:
>> Richard Biener writes:
@@ -2698,23 +2703,26 @@ convert_mult_to_fma_1 (tree mul_result,
}
>>>
if (negate_p)
- mulop1 = force_gimple_operand_gsi (&gsi,
-
On Thu, May 17, 2018 at 1:56 AM, Richard Sandiford
wrote:
> Richard Biener writes:
>>> @@ -2698,23 +2703,26 @@ convert_mult_to_fma_1 (tree mul_result,
>>> }
>>
>>> if (negate_p)
>>> - mulop1 = force_gimple_operand_gsi (&gsi,
>>> - bu
On Thu, May 17, 2018 at 10:56 AM Richard Sandiford <
richard.sandif...@linaro.org> wrote:
> Richard Biener writes:
> >> @@ -2698,23 +2703,26 @@ convert_mult_to_fma_1 (tree mul_result,
> >> }
> >
> >> if (negate_p)
> >> - mulop1 = force_gimple_operand_gsi (&gsi,
> >> -
Richard Biener writes:
>> @@ -2698,23 +2703,26 @@ convert_mult_to_fma_1 (tree mul_result,
>> }
>
>> if (negate_p)
>> - mulop1 = force_gimple_operand_gsi (&gsi,
>> - build1 (NEGATE_EXPR,
>> -
Hi,
On Fri, May 11 2018, Richard Sandiford wrote:
> There are four optabs for various forms of fused multiply-add:
> fma, fms, fnma and fnms. Of these, only fma had a direct gimple
> representation. For the other three we relied on special pattern-
> matching during expand, although tree-ssa-mat
On Fri, May 11, 2018 at 7:15 PM Richard Sandiford <
richard.sandif...@linaro.org> wrote:
> There are four optabs for various forms of fused multiply-add:
> fma, fms, fnma and fnms. Of these, only fma had a direct gimple
> representation. For the other three we relied on special pattern-
> matchi
Andrew Pinski writes:
> On Fri, May 11, 2018 at 11:04 AM, Richard Sandiford
> wrote:
>> Andrew Pinski writes:
>>> On Fri, May 11, 2018 at 10:15 AM, Richard Sandiford
>>> wrote:
There are four optabs for various forms of fused multiply-add:
fma, fms, fnma and fnms. Of these, only fma
On Fri, May 11, 2018 at 11:04 AM, Richard Sandiford
wrote:
> Andrew Pinski writes:
>> On Fri, May 11, 2018 at 10:15 AM, Richard Sandiford
>> wrote:
>>> There are four optabs for various forms of fused multiply-add:
>>> fma, fms, fnma and fnms. Of these, only fma had a direct gimple
>>> represen
Andrew Pinski writes:
> On Fri, May 11, 2018 at 10:15 AM, Richard Sandiford
> wrote:
>> There are four optabs for various forms of fused multiply-add:
>> fma, fms, fnma and fnms. Of these, only fma had a direct gimple
>> representation. For the other three we relied on special pattern-
>> match
On Fri, May 11, 2018 at 10:15 AM, Richard Sandiford
wrote:
> There are four optabs for various forms of fused multiply-add:
> fma, fms, fnma and fnms. Of these, only fma had a direct gimple
> representation. For the other three we relied on special pattern-
> matching during expand, although tre
There are four optabs for various forms of fused multiply-add:
fma, fms, fnma and fnms. Of these, only fma had a direct gimple
representation. For the other three we relied on special pattern-
matching during expand, although tree-ssa-math-opts.c did have
some code to try to second-guess what exp
11 matches
Mail list logo