This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Specifying explicit parallel to define_insn of a named pattern.
- From: Ian Lance Taylor <iant at google dot com>
- To: ganesh gopalasubramanian <gganeshgcc at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 30 Mar 2009 22:47:59 -0700
- Subject: Re: Specifying explicit parallel to define_insn of a named pattern.
- References: <7238340b0903302236o14f0b740y7fb3178d41050fd6@mail.gmail.com>
ganesh gopalasubramanian <gganeshgcc@gmail.com> writes:
> Does the use of 'parallel' depends on the use of 'define_insn'. That is,
> whether it is used for matching an RTL template or for generating an
> instruction?
No. It's there either way.
Ian