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: [3.3/mainilne] Fix kernel misscopmiilation for hammer


On Thu, Apr 03, 2003 at 12:19:22PM -0800, Richard Henderson wrote:
> On Thu, Apr 03, 2003 at 10:06:27PM +0200, Jan Hubicka wrote:
> > Did you had chance to look into this?
> 
> http://gcc.gnu.org/ml/gcc-patches/2003-03/msg00353.html

Actually, I take that back.  I remember now why the one matched
and the other didn't.  Volatile memories are not re-recognized
unless volatile_ok is true.  Which it isn't during combine.

Your movabs patterns effectively ignore the MEM, and so don't
get rejected as they do with the preceeding movsi patterns.


r~


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