re PR rtl-optimization/57032 (internal compiler error: Max. number of generated reloa...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 18 May 2015 16:34:23 +0000 (18:34 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 18 May 2015 16:34:23 +0000 (18:34 +0200)
commit6f2ac3606e151edde9980b1ae9735dbd68aa992b
tree275b86ea1cb8dd21411e026c4d6c3d7898b6b823
parent323eb6e3cf61d6810d9aabfcf315047550373e00
re PR rtl-optimization/57032 (internal compiler error: Max. number of generated reload insns per insn is achieved (90))

PR target/57032
* config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
Check for a memory location that is not a reference (using an AND)
to an unaligned location here.
* config/alpha/predicates.md (normal_memory_operand): Remove.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r223298
gcc/ChangeLog
gcc/config/alpha/constraints.md
gcc/config/alpha/predicates.md