> -----Original Message----- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Marcus Shawcroft > Sent: 15 October 2012 12:37 > To: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] [AArch64] Add vcond, vcondu support. > > On 09/10/12 12:08, James Greenhalgh wrote: > > > > Hi, > > > > This patch adds support for vcond and vcondu to the AArch64 > > backend. > > > > Tested with no regressions on aarch64-none-elf. > > > > OK for aarch64-branch? > > > > (If so, someone will have to commit for me, as I do not > > have commit rights.) > > > > Thanks > > James Greenhalgh > > > > --- > > 2012-09-11 James Greenhalgh<james.greenha...@arm.com> > > Tejas Belagod<tejas.bela...@arm.com> > > > > * config/aarch64/aarch64-simd.md > > (aarch64_simd_bsl<mode>_internal): New pattern. > > (aarch64_simd_bsl<mode>): Likewise. > > (aarch64_vcond_internal<mode>): Likewise. > > (vcondu<mode><mode>): Likewise. > > (vcond<mode><mode>): Likewise. > > * config/aarch64/iterators.md (UNSPEC_BSL): Add to > define_constants. > > OK > /Marcus >
Hi, Committed as revision 192985. Thanks, James Greenhalgh