[AArch64]Remove aarch64_get_lanedi, unused

* config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove.

From-SVN: r218537
This commit is contained in:
Alan Lawrence 2014-12-09 20:28:44 +00:00 committed by Alan Lawrence
parent ed225d0c7b
commit 07ad57c401
2 changed files with 4 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2014-12-09 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove.
2014-12-09 Alan Lawrence <alan.lawrence@arm.com>
PR target/63870

View file

@ -2464,17 +2464,6 @@
[(set_attr "type" "neon_to_gp<q>, neon_dup<q>, neon_store1_one_lane<q>")]
)
(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.