openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
46 stars 15 forks source link

Add getName method to MLIR passes #233

Closed RoyElkabetz closed 8 months ago

RoyElkabetz commented 8 months ago

Add getName method to all the MLIR passes.

kitbarton commented 8 months ago

The static checks failed because there are no release notes. In this case, I think it's fine to not have a release note. For this, we use the "no-reno" label on the PR. I've added it for this PR.

RoyElkabetz commented 8 months ago

I have updated the tests, so now everything is passing.