This is the mail archive of the gcc-patches@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]

Re: [patch]: COMMITTED Enhance rtl-dse to remove unaligned read after writes.


I've tried to fix these problems in the patch below.  However, I was
also a little uneasy about the use of GET_MODE_CLASS in the shift code.
Are we trying to cope with just MODE_INT, with both MODE_INT and
MODE_PARTIAL_INT, or with more than those two?

MODE_PARTIAL_INT might be useful, in theory at least, but I guess those modes are rarely stored to memory.


Bootstrapped & regression-tested on x86_64-linux-gnu.  Also
regression-tested on mipsisa64-elfoabi, where it fixes a bunch
of execution failures.  OK to install?

Ok.


Paolo


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