From: ktkachov Date: Fri, 5 Sep 2014 10:14:01 +0000 (+0000) Subject: [ARM/AArch64] Schedule alu_ext for Cortex-A53. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4064413430dd92de11036dd6791cf2e6a67fd794;p=thirdparty%2Fgcc.git [ARM/AArch64] Schedule alu_ext for Cortex-A53. * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext, alus_ext. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214944 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f13d1ee5cbb..c0e099ca3416 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-05 Kyrylo Tkachov + + * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext, + alus_ext. + 2014-09-05 Alan Lawrence * config/aarch64/aarch64-simd.md (aarch64_rbit): New pattern. diff --git a/gcc/config/arm/cortex-a53.md b/gcc/config/arm/cortex-a53.md index 969ed232be93..5783b23bfdba 100644 --- a/gcc/config/arm/cortex-a53.md +++ b/gcc/config/arm/cortex-a53.md @@ -85,7 +85,7 @@ (and (eq_attr "tune" "cortexa53") (eq_attr "type" "alu_shift_imm,alus_shift_imm,\ crc,logic_shift_imm,logics_shift_imm,\ - alu_shift_reg,alus_shift_reg,\ + alu_ext,alus_ext,alu_shift_reg,alus_shift_reg,\ logic_shift_reg,logics_shift_reg,\ extend,mov_shift,mov_shift_reg,\ mvn_shift,mvn_shift_reg"))