This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
QIR generation should map Q# attributes to LLVM metadata #640
Open
Description
Is your feature request related to a problem? Please describe.
It would be great to be able to use Q# attributes to pass information to an LLVM pass.
Describe the solution you'd like
The QIR generator should map Q# attributes to LLVM metadata, as described in the QIR spec.
Describe alternatives you've considered
N/A
Additional context
This is specified in the QIR specification.