> -----Original Message----- > From: Richard Sandiford [mailto:richard.sandif...@arm.com] > Sent: Tuesday, November 3, 2020 9:57 PM > To: xiezhiheng <xiezhih...@huawei.com> > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH PR94442] [AArch64] Redundant ldp/stp instructions > emitted at -O3 > > Thanks, I pushed both patches to trunk. >
Thanks. And I made two separate patches for these two groups, tbl/tbx intrinsics and the rest of the arithmetic operation intrinsics. Note: It does not matter which patch is applied first. Bootstrapped and tested on aarch64 Linux platform. Thanks, Xie Zhiheng diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eab26b5f3a9..4f81c86fc76 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2020-11-09 Zhiheng Xie <xiezhih...@huawei.com> + Nannan Zheng <zhengnan...@huawei.com> + + * config/aarch64/aarch64-simd-builtins.def: Add proper FLAG + for tbl/tbx intrinsics. + diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eab26b5f3a9..193fbe4cf7d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2020-11-09 Zhiheng Xie <xiezhih...@huawei.com> + Nannan Zheng <zhengnan...@huawei.com> + + * config/aarch64/aarch64-simd-builtins.def: Add proper FLAG + for arithmetic operation intrinsics. +
arithmetic-operation-v1.patch
Description: arithmetic-operation-v1.patch
tbl_tbx-v1.patch
Description: tbl_tbx-v1.patch