[Bug target/92190] [10 Regression] ICE in sp_valid_at, at config/i386/i386.c:6162 since r276648

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 3 11:02:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92190

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, if the clobbers (unlike sets) are there just for -fipa-ra purposes, can't
we drop the clobbers from the pattern and only add them during output (i.e.
replace "vzeroupper" with C code that first modifies the pattern if flag_ipa_ra
and then returns "vzeroupper"?


More information about the Gcc-bugs mailing list