On Fri, Aug 28, 2015 at 7:33 AM, Marc Glisse wrote:
> On Thu, 27 Aug 2015, Andreas Schwab wrote:
>
>> "Hurugalawadi, Naveen" writes:
>>
>>> * fold-const.c (fold_binary_loc) : Move Optimize
>>> root(x)*root(y) as root(x*y) to match.pd.
>>> Move Optimize expN(x)*expN(y) as e
On Thu, 27 Aug 2015, Andreas Schwab wrote:
"Hurugalawadi, Naveen" writes:
* fold-const.c (fold_binary_loc) : Move Optimize
root(x)*root(y) as root(x*y) to match.pd.
Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
Move Optimize pow(x,y)*pow(x,z) as pow(x
"Hurugalawadi, Naveen" writes:
> * fold-const.c (fold_binary_loc) : Move Optimize
> root(x)*root(y) as root(x*y) to match.pd.
> Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
> Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
> Move Optimize a/roo
On Tue, Aug 25, 2015 at 5:29 AM, Hurugalawadi, Naveen
wrote:
> Hi,
>
> Please find attached the remaining part of patch.
>
> Tested the patch on AArch64 and X86 without any regressions.
>
> Please review the patch and let me know if any modifications are required.
Ok.
Thanks,
Richard.
> Thanks,
Hi,
Please find attached the remaining part of patch.
Tested the patch on AArch64 and X86 without any regressions.
Please review the patch and let me know if any modifications are required.
Thanks,
Naveen
ChangeLog
2015-08-25 Naveen H.S
* fold-const.c (fold_binary_loc) : Move Opti