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

Add i8* to the list of supported pointer types for provider 7ee0 #132

Closed cesarzc closed 1 year ago

cesarzc commented 1 year ago

In PR#126 we added functions that receive arguments with type i8* to the 7ee0 provider, but this type was not explicitly added to the list of allowed pointer types. This change fixes it.