Commit 75e1be7
IRGraph C++ Printer. (#9042)
* First version of the IRGraph printer for C++ code.
* typo and clang violation
* Try again
* Moved implementation of the IRGraphCXXPrinter to the cpp file.
* Cleanup
* Apply pre-commit auto-fixes
* Expand test.
* Don't pretend that we will IR print Stmts.
* more clang-tidy;
* Support printing Call statements.
* Add string-based testing for IRGraphCXXPrinter.
* Move IRGraphCXXPrinter to test/fuzz
* Move IRGraphCXXPrinter to the fuzz folder and fixup compilation, and make the simplify fuzzer print out the Expr.
---------
Co-authored-by: halide-ci[bot] <266445882+halide-ci[bot]@users.noreply.github.com>1 parent 1a0e8d3 commit 75e1be7
5 files changed
Lines changed: 484 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
| 1289 | + | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
| |||
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | | - | |
| 1478 | + | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | | - | |
47 | | - | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | | - | |
50 | | - | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
0 commit comments