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] Use RTX_AUTOINC in rs6000 predicates.md


On Fri, Jul 17, 2009 at 1:11 PM, Richard
Sandiford<rdsandiford@googlemail.com> wrote:

>> Why are you removing can_create_pseudo_p() from the split check?

> But now that the predicate only allows "real" offsettable operands,
> "split this if we can create pseudos, or if the address is (really)
> offsettable" reduces to true, because the predicates are checked
> before the split condition.

Thanks for the clarification.

The second patch also is okay.

Thanks, David


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