[0/3] Trivial cleanups for genmatch

Message ID 20230508181311.25961-1-amonakov@ispras.ru
Headers
Series Trivial cleanups for genmatch |

Message

Alexander Monakov May 8, 2023, 6:13 p.m. UTC
  I'm trying to study match.pd/genmatch with the eventual goal of
improving match-and-simplify code generation. Here's some trivial
cleanups for the recent refactoring in the meantime.

Alexander Monakov (3):
  genmatch: clean up emit_func
  genmatch: clean up showUsage
  genmatch: fixup get_out_file

 gcc/genmatch.cc | 159 ++++++++++++++++++++++++------------------------
 1 file changed, 79 insertions(+), 80 deletions(-)
  

Comments

Richard Biener May 8, 2023, 6:31 p.m. UTC | #1
> Am 08.05.2023 um 20:14 schrieb Alexander Monakov via Gcc-patches <gcc-patches@gcc.gnu.org>:
> 
> I'm trying to study match.pd/genmatch with the eventual goal of
> improving match-and-simplify code generation. Here's some trivial
> cleanups for the recent refactoring in the meantime.
> 
> Alexander Monakov (3):
>  genmatch: clean up emit_func
>  genmatch: clean up showUsage
>  genmatch: fixup get_out_file

Ok for all.

Richard 


> gcc/genmatch.cc | 159 ++++++++++++++++++++++++------------------------
> 1 file changed, 79 insertions(+), 80 deletions(-)
> 
> -- 
> 2.39.2
>