Sylvia Taylor <sylvia.tay...@arm.com> writes: > Greetings, > > This patch adds support in SVE to combine: > - fsub and fabs into fabd > > fsub z0.s, z0.s, z1.s > fabs z0.s, p1/m, z0.s > --- > fabd z0.s, p1/m, z0.s, z1.s > > Bootstrapped and tested on aarch64-none-linux-gnu. > > Ok for trunk? If yes, I don't have commit rights, > so if someone can please commit it on my behalf. > > Cheers, > Syl > > gcc/ChangeLog: > > 2019-05-30 Sylvia Taylor <sylvia.tay...@arm.com> > > * config/aarch64/aarch64-sve.md > (*fabd<mode>3): New. > > gcc/testsuite/ChangeLog: > > 2019-05-30 Sylvia Taylor <sylvia.tay...@arm.com> > > * gcc.target/aarch64/sve/fabd.c: New.
Thanks, applied as r271785. (I renamed the test to fabd_1.c while committing, to make it more consistent with the others in that directory.) Richard