Files
concrete/compilers
Andi Drebes 3d16efb681 feat(compiler): Add functions for type inference debugging to TypeInferenceUtils
The main debugging function is
`TypeInferenceUtils::dumpAllState(mlir::Operation* op)` which dumps
the entire state of type inference for the function containing `op`.
2024-03-06 14:50:27 +01:00
..