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 RFC IA64] Fixing predication & autoinc interaction


On Fri, Sep 25, 2009 at 3:04 PM, Alexander Monakov <amonakov@ispras.ru> wrote:
> If I understand the situation correctly, the problem is not in the machine
> description, but rather in the optimization passes (combine in this case).

Or the fact that we have a COND_EXEC before reload?  No passes before
reload expect to see COND_EXEC, so I'm surprised that you have a
COND_EXEC in combine.

Ciao!
Steven


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