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: [8/8] Rename some powerpc patterns


On Tue, Oct 30, 2012 at 3:44 PM, Richard Sandiford
<rdsandiford@googlemail.com> wrote:
> The optabs patches that I'm working on treat patterns with names like
> "insvsi" and "insvdi" as part of the public target interface.
> Those names clash with some existing rs6000.md patterns, so this patch adds
> some _internal suffixes (a bit like fix_trunc<mode>si2_internal, for example).
>
> AFAICT there are no clashes in other ports.
>
> Regression-tested on powerpc64-linux-gnu.  I also checked that there
> were no changes in assembly output for a set of gcc .ii files.
> OK to install?
>
> Richard
>
>
> gcc/
>         * config/rs6000/rs6000.md (insvsi, insvdi, extvsi, extvdi): Rename to...
>         (insvsi_internal, insvdi_internal, extvsi_internal)
>         (extvdi_internal): ...this.
>         (insv, extv): Update accordingly.

Okay.

Thanks, David


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