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/42589] bswap optimization does not work for 32bit (but for 64bit) on 64bit registers



------- Comment #3 from jakub at gcc dot gnu dot org  2010-01-03 12:19 -------
Shouldn't that be || (bswap32_p && word_mode == SImode) ? expand_unop
will only call expand_doubleword_bswap in that case...


-- 


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


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