]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[AArch64] Shift right pattern fix
authorAlex Velenko <Alex.Velenko@arm.com>
Thu, 6 Feb 2014 09:27:57 +0000 (09:27 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Thu, 6 Feb 2014 09:27:57 +0000 (09:27 +0000)
gcc/

* config/aarch64/aarch64-simd.md
(aarch64_ashr_simddi): Change QI to SI.

From-SVN: r207531

gcc/ChangeLog
gcc/config/aarch64/aarch64-simd.md

index 83d021a4748374bfb1047b9a3c4698c573bea5f1..8181db79434d553dd69b07b8c8a4659437bd6d15 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
+
+       * config/aarch64/aarch64-simd.md
+       (aarch64_ashr_simddi): Change QI to SI.
+
 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
            Jakub Jelinek  <jakub@redhat.com>
 
index 7378da9122d550f869c3e830e3e5a7681e7581f6..4dffb59e856aeaafb79007255d3b91a73ef1ef13 100644 (file)
 (define_expand "aarch64_ashr_simddi"
   [(match_operand:DI 0 "register_operand" "=w")
    (match_operand:DI 1 "register_operand" "w")
-   (match_operand:QI 2 "aarch64_shift_imm64_di" "")]
+   (match_operand:SI 2 "aarch64_shift_imm64_di" "")]
   "TARGET_SIMD"
   {
     if (INTVAL (operands[2]) == 64)