[Bug target/67317] [x86] Silly code generation for _addcarry_u32/_addcarry_u64
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 25 12:58:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67317
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |segher at gcc dot gnu.org
--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
These things would normally be taken care of by combine, but
combine of course does not know what the UNSPEC_ADD_CARRY's mean.
Does this need to be an unspec at all?
More information about the Gcc-bugs
mailing list