From 07ad57c4012578c7f6475f4f0f9d154b9fdef8ea Mon Sep 17 00:00:00 2001 From: Alan Lawrence Date: Tue, 9 Dec 2014 20:28:44 +0000 Subject: [PATCH] [AArch64]Remove aarch64_get_lanedi, unused * config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove. From-SVN: r218537 --- gcc/ChangeLog | 4 ++++ gcc/config/aarch64/aarch64-simd.md | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6612cbbdc9d..dc7e0802909 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 78c9df0d27c..d4256a5fee4 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. -- 2.30.2