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] alias.c find_base_value fix


>>>>> Richard Henderson writes:

Richard> Particularly because of the POST_MODIFY fixes, I'd go ahead
Richard> and commit it now.

	Yes, I thought you'd like that :^).  It should help IA-64.

	The PRE/POST_MODIFY fix is following the current documentation for
*_MODIFY in rtl.def: the first operand of the *_MODIFY is a REG and needs
to match the REG of the computation in the second operand.  Walking
through a *_MODIFY means following the first operand.

David


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