metagraph-dev / mlir-graphblas

MLIR tools and dialect for GraphBLAS
https://mlir-graphblas.readthedocs.io/en/latest/
Apache License 2.0
15 stars 6 forks source link

Add more tests for IR Builder's scf.while functionality #244

Open paul-tqh-nguyen opened 2 years ago

paul-tqh-nguyen commented 2 years ago

https://github.com/metagraph-dev/mlir-graphblas/pull/243 adds a bunch of functionality to the IR builder w.r.t. scf.while. It'd be nice if we had more tests. I think simply ensuring that we have close to 100% test coverage in mlir_builder.py would be sufficient. Mostly, testing the excecptions raised would be helpful.