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, committed] eq SCC splitter


On Thu, Jun 09, 2005 at 03:02:11PM -0400, David Edelsohn wrote:
> ! 	(eq:GPR (match_operand:GPR 1 "gpc_reg_operand" "r")
> ! 		(match_operand:GPR 2 "scc_eq_operand" "ri")))

You don't want "i".  That will accept any integral value at all
during reload, and then will fail to match the splitter post
reload, and then ICE.  You want the correct set of IJK constraints.


r~


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