Re: [PATCH] arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]

2021-03-22 Thread Alex Coplan via Gcc-patches
; Kyrylo > > Tkachov > > Subject: [PATCH] arm: Fix MVE ICEs with vector moves and -mpure-code > > [PR97252] > > > > Hi all, > > > > This patch fixes around 500 ICEs in the testsuite which can be seen when > > testing with -march=armv8.1-m.main+mve

RE: [PATCH] arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]

2021-03-19 Thread Kyrylo Tkachov via Gcc-patches
Hi Alex, > -Original Message- > From: Alex Coplan > Sent: 19 March 2021 16:45 > To: gcc-patches@gcc.gnu.org > Cc: ni...@redhat.com; Richard Earnshaw ; > Ramana Radhakrishnan ; Kyrylo > Tkachov > Subject: [PATCH] arm: Fix MVE ICEs with vector moves and -mpure-code

[PATCH] arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]

2021-03-19 Thread Alex Coplan via Gcc-patches
Hi all, This patch fixes around 500 ICEs in the testsuite which can be seen when testing with -march=armv8.1-m.main+mve -mfloat-abi=hard -mpure-code (leaving the testsuite free of ICEs in this configuration). All of the ICEs are in arm_print_operand (which is expecting a mem and gets another rtx,