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: [GSoC][match-and-simplify] split match.pd


On Wed, Jul 30, 2014 at 7:54 PM, Prathamesh Kulkarni
<bilbotheelffriend@gmail.com> wrote:
> I have split match.pd in this patch.
> Not sure if I have written the ChangeLog correctly though...
>
> * match-bitwise.pd: New file.
> * match-plusminus.pd: Likewise.
> * match-constant-folding.pd: Likewise.
> * match-builtin.pd: Likewise.
> * match-rotate.pd): New file.
>                             Adjust to use wi::eq_p and wi::add.
>
> * (match.pd): Move plus-minus patterns to ...
>       (match-pluminus.pd): ... here.
>                     Move bitwise paterns to ...
>       (match-bitwise.pd): ... here.
>                     Move constant folding patterns to ...
>       (match-constant-folding.pd): ... here.
>                     Move patterns on built-in functions to ...
>       (match-builtin.pd): ... here.
>                     Move rotate patterns to ...
>       (match-rotate.pd): ... here.
>                     Include match-plusminus.pd.
>                     Include match-bitwise.pd.
>                     Include match-constant-folding.pd.
>                     Include match-builtin.pd.
>                     Include match-rotate.pd.

Thanks - I simplified the ChangeLog to

        * match-bitwise.pd: New file, split out from match.pd.
        * match-plusminus.pd: Likewise.
        * match-constant-folding.pd: Likewise.
        * match-builtin.pd: Likewise.
        * match-rotate.pd: Likewise.
        * match.pd: Move contend to individual files based on
        pattern origin and include them.


Committed.

Richard.

> Thanks,
> Prathamesh


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