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] Fix PR optimization/10157


On Wednesday, April 2, 2003, at 02:00 AM, Eric Botcazou wrote:
This is a regression from the 3.3 branch, present on mainline on Sparc.

The improved loop invariant hoisting machinery
http://gcc.gnu.org/ml/gcc-patches/2003-02/msg02300.html
produces invalid CCmode moves on Sparc, which doesn't feature the "movcc"
pattern.

My understanding from the doc is that Sparc should be setting AVOID_CCMODE_COPIES if it doesn't support this pattern. Can we get a consensus on this? If my understanding is wrong I think the doc needs to be changed.


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