On Thu, Jul 31, 2014 at 10:51 AM, Marc Glisse <marc.gli...@inria.fr> wrote: > 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.
We can decide this at branch-merge time. For now it's just making easier to match existing code and patterns. That is, I don't know if the many-files will persist. Richard. > -- > Marc Glisse