RE: [PATCH] arm: Fix up -mcpu=iwmmxt ICEs [PR98849]

2021-01-29 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Jakub Jelinek > Sent: 29 January 2021 09:29 > To: Richard Earnshaw ; Ramana > Radhakrishnan ; Kyrylo Tkachov > > Cc: gcc-patches@gcc.gnu.org; Christophe Lyon > Subject: [PATCH] arm: Fix up -mcpu=iwmmxt ICEs [PR98849] &

[PATCH] arm: Fix up -mcpu=iwmmxt ICEs [PR98849]

2021-01-29 Thread Jakub Jelinek via Gcc-patches
Hi! The https://gcc.gnu.org/r11-6707-g7432f255b70811dafaf325d94036ac580891de69 https://gcc.gnu.org/r11-6708-gbfab355012ca0f5219da8beb04f2fdaf757d34b7 changes moved the vashl/vashr/vlshr expanders from neon.md to vec-common.md and changed their condition from TARGET_NEON to ARM_HAVE__ARITH, so that