nir/algebraic: Print out the list of transforms in the C file
authorJason Ekstrand <jason@jlekstrand.net>
Sat, 13 Jul 2019 15:57:24 +0000 (10:57 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 17 Jul 2019 18:44:35 +0000 (18:44 +0000)
commit9fed031e4eb05a78888fb061a17eeb7346cc43d2
tree20047f1734ccbbea4b034b7ae387399b9f38c639
parent68a4c796d52cfcb19830525d904d0ce87d154275
nir/algebraic: Print out the list of transforms in the C file

This helps greatly when debugging algebraic transform generators because
you can now actually see the output and verify that your transforms are
getting generated.

Acked-by: Matt Turner <mattst88@gmail.com>
src/compiler/nir/nir_algebraic.py