Re: [v2][AArch64, 5/6] Reimplement fabd intrinsics & merge rtl patterns

2016-06-08 Thread James Greenhalgh
On Mon, Jun 06, 2016 at 02:40:45PM +0100, Jiong Wang wrote: > These intrinsics were implemented before "fabd_3" introduces. > Meanwhile > the patterns "fabd_3" and "*fabd_scalar3" can be merged into a > single "fabd3" using VALLF. > > This patch migrate the implementation to builtins backed by thi

[v2][AArch64, 5/6] Reimplement fabd intrinsics & merge rtl patterns

2016-06-06 Thread Jiong Wang
These intrinsics were implemented before "fabd_3" introduces. Meanwhile the patterns "fabd_3" and "*fabd_scalar3" can be merged into a single "fabd3" using VALLF. This patch migrate the implementation to builtins backed by this pattern. gcc/ 2016-06-01 Jiong Wang * config/aarch64/aa