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: ICEs in validate_replace_src


> (1) It's missing the patch to validate_replace_src.
Oops, I will need to reimplement it. Moment.
> (2) I understand English is not your native language, but I can't figure
> out what you mean in the comments in front of note_uses.  Specially, what
> "maximal" means.
For example insn:
(set (op0) (plus (op1) (op2)))
will get callback called once from the (plus (op1) (op2))), not for
(op1) or (op2) separately.
Thats maximal (for inclussion) expression.

Do you have better explanation for the comment?

Honza


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