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]

Re: PATCH: Fix CSE handling of COMPARE


    I'll send you a .i file privately 

OK.  This was on PowerPC?

    A previous insn had:

      (set (reg:SI 522) (compare (reg:SI 75) (const_int 0)))

There's no such insn.  A COMPARE produces a CCmode value so that's not
valid RTL.

I think that's the real problem.


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