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 Thu, 31 Jul 2014, Richard Biener wrote:

       * 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.

If we are going to have many files, how about creating a subdirectory so match-rotate.pd would become match/rotate.pd? Makefile could even pick all the *.pd files in that directory so we don't have to include them manually.

--
Marc Glisse


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