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] h8300: Fix target/11805


Hi Roger,

> I certainly don't want this to hold up your patch, but I was just
> wondering whether you had any long-term plans to transition to MODE_CC
> or BImode condition codes?

I don't have a plan at this moment.  If I am to move away from cc0, I
would probably need help from other people.  As Alex has already
pointed out, my main concern is whether code quality stays the same.
If every insn carries a clobber of the cc reg, some optimization
passes may not like that.  Elimination of redundant test instructions
is part of code quality.

Kazu Hirata


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