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

Include DCE, Global DCE after static-resource pass #163

Closed swernli closed 1 year ago

swernli commented 1 year ago

This change updates the static-resources pass to include Dead-Code Elimination and Global Dead Code Elimination as part of cleaning up after the qubit identifiers have been updated.