This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Extend mode macros
On Tue, Nov 23, 2004 at 02:03:44PM +0000, Nathan Sidwell wrote:
> Richard Sandiford wrote:
> >Nathan Sidwell <nathan@codesourcery.com> writes:
>
> >But why do they need to have different constants? It looks from your
> >example altivec.md patch like they're doing the same thing conceptually,
> >but with different sizes, so why not use a single constant for them all?
> >recog checks both the mode and the constant so there's not going to be
> >any ambiguity.
> I don't know, Aldy?
No reason at all. They should prolly use the same constant.
Aldy