[Bug target/94368] [9/10 Regression] ICE in final_scan_insn_1, at final.c:3074(error: could not split insn) on aarch64-linux-gnu since r9-3744
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 30 10:09:55 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94368
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rth at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The problem is that RA doesn't care about predicates, only constraints, and so
the constraints need to match the predicates, or it needs to be ensured in insn
conditions instead.
More information about the Gcc-bugs
mailing list