https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82692
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com --- Comment #19 from Uroš Bizjak <ubizjak at gmail dot com> --- Created attachment 42479 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42479&action=edit WIP patch This is a WIP patch that tags all unorederd compares with: (unspec [(const_int 0)] UNSPEC_NOTRAP) WIP patch, because there is SSE subst pattern that involves CCFPU mode. This mode will be removed, and I have to figure out what the subst does...