[Bug rtl-optimization/107762] [13 Regression] Recent change causing regressions on s390-linux-gnu
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 14 11:48:10 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107762
--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> So perhaps make it dependent on targetm.have_insv () or
> targetm.have_insv () && get_traditional_extraction_insn (insn, type, mode,
> targetm.code_for_insv, 0, 3)
> or something like that (perhaps for GCC 14)? If it really is generally
> undesirable for targets with insv and desirable for ones without it.
Yes, worth investigating at least, thanks for the suggestion.
More information about the Gcc-bugs
mailing list