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] SPARC VIS instructions or PR1820


On Thu, Nov 11, 2004 at 01:01:23PM +0100, Eric Botcazou wrote:
> +	(plus:V2SI (match_operand:V2SI 1 "register_operand" "%e")
> +		   (match_operand:V2SI 2 "register_operand" "e")))]

You shouldn't use % when the two alternatives are identical.
All you are doing is wasting time in reload.


r~


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