qir-alliance / qat

QIR compiler tools and optimization passes for targeting QIR to different hardware backends
https://qir-alliance.github.io/qat/
MIT License
26 stars 14 forks source link

Refactor the profile requirement in TransformationRulePass #22

Closed troelsfr closed 1 year ago

troelsfr commented 2 years ago

Consider separating the functionality to annotate resource usage from the profile class to create a cleaner internal implementation.

troelsfr commented 1 year ago

This is addressed in PR #137.