[Bug target/70232] [6 regression] excessive stack usage with -O2
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 16 14:18:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70232
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |6.0
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
The bswap pass could learn to split this up into two loads and bswaps and
combine the results with a single shift and or.
More information about the Gcc-bugs
mailing list