This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/59429] Missed optimization opportunity in qsort-style comparison functions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59429

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Yeah, that was my initial idea here too.  But this transformation is just an
improvement for underlying unsigned one-bit values, as here the negate is
indeed an nop.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]