From: alalaw01 Date: Tue, 9 Dec 2014 20:28:44 +0000 (+0000) Subject: [AArch64]Remove aarch64_get_lanedi, unused X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=984c3207f6443553251832ec9e68883c2f5b8769;p=thirdparty%2Fgcc.git [AArch64]Remove aarch64_get_lanedi, unused * config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218537 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6612cbbdc9d5..dc7e08029098 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-09 Alan Lawrence + + * config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove. + 2014-12-09 Alan Lawrence PR target/63870 diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md index 78c9df0d27ca..d4256a5fee45 100644 --- a/gcc/config/aarch64/aarch64-simd.md +++ b/gcc/config/aarch64/aarch64-simd.md @@ -2464,17 +2464,6 @@ [(set_attr "type" "neon_to_gp, neon_dup, neon_store1_one_lane")] ) -(define_expand "aarch64_get_lanedi" - [(match_operand:DI 0 "register_operand") - (match_operand:DI 1 "register_operand") - (match_operand:SI 2 "immediate_operand")] - "TARGET_SIMD" -{ - aarch64_simd_lane_bounds (operands[2], 0, 1, NULL); - emit_move_insn (operands[0], operands[1]); - DONE; -}) - ;; In this insn, operand 1 should be low, and operand 2 the high part of the ;; dest vector.