[Bug target/92140] clang vs gcc optimizing with adc/sbb

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 18 14:02:00 GMT 2019


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

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And as for the define_insn_and_split without constraints that don't expect to
be matched post split1, I think we can try to figure out something
incrementally and change all of them at once, e.g. a property set by expand
pass and cleared by split1 pass, or property set by split1 pass or something
similar.


More information about the Gcc-bugs mailing list