Re: [PATCH] Enable memory operand for vfpclass[p,s][s,d] patterns.

2019-06-05 Thread Hongtao Liu
On Thu, Jun 6, 2019 at 6:18 AM Jeff Law wrote: > > On 6/5/19 1:39 AM, Hongtao Liu wrote: > > Hi Jeff and Jakub: > > When adding new intrinsics(PR target/89803), i found vfpclassp[sd], > > vfpclasss[sd] patterns didn't support memory operand which is > > supported in instructions. So this patch i

Re: [PATCH] Enable memory operand for vfpclass[p,s][s,d] patterns.

2019-06-05 Thread Jeff Law
On 6/5/19 1:39 AM, Hongtao Liu wrote: > Hi Jeff and Jakub: > When adding new intrinsics(PR target/89803), i found vfpclassp[sd], > vfpclasss[sd] patterns didn't support memory operand which is > supported in instructions. So this patch is about to enable memory > operands for vfpclassp[s,d]/vfpcl

[PATCH] Enable memory operand for vfpclass[p,s][s,d] patterns.

2019-06-05 Thread Hongtao Liu
Hi Jeff and Jakub: When adding new intrinsics(PR target/89803), i found vfpclassp[sd], vfpclasss[sd] patterns didn't support memory operand which is supported in instructions. So this patch is about to enable memory operands for vfpclassp[s,d]/vfpclasss[s,d] patterns. Bootstrapped/regtested on x