aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2018-03-20 11:59:26 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2018-03-20 11:59:26 +0100
commitcdeba3e07a1b54f9ab74d12c04c40672a1d17b89 (patch)
treef616c6eeb2707140926f5ed6a3d5696b92eaf033 /gcc/predict.c
parent094daefb7b79201ee5b39b07a64f9947524e6b2d (diff)
downloadgcc-cdeba3e07a1b54f9ab74d12c04c40672a1d17b89.zip
gcc-cdeba3e07a1b54f9ab74d12c04c40672a1d17b89.tar.gz
gcc-cdeba3e07a1b54f9ab74d12c04c40672a1d17b89.tar.bz2
re PR target/84845 (ICE: in extract_insn, at recog.c:2304: unrecognizable insn at -O2 and above at aarch64)
PR target/84845 * config/aarch64/aarch64.md (*aarch64_reg_<mode>3_neg_mask2): Rename to ... (*aarch64_<optab>_reg_<mode>3_neg_mask2): ... this. If pseudos can't be created, use lowpart_subreg of operands[0] rather than operands[0] itself. (*aarch64_reg_<mode>3_minus_mask): Rename to ... (*aarch64_ashl_reg_<mode>3_minus_mask): ... this. (*aarch64_<optab>_reg_di3_mask2): Use const_int_operand predicate and n constraint instead of aarch64_shift_imm_di and Usd. (*aarch64_reg_<optab>_minus<mode>3): Rename to ... (*aarch64_<optab>_reg_minus<mode>3): ... this. * gcc.c-torture/compile/pr84845.c: New test. From-SVN: r258678
Diffstat (limited to 'gcc/predict.c')
0 files changed, 0 insertions, 0 deletions