qir-alliance / qir-spec

QIR specification defining how to represent quantum programs within the LLVM IR
Other
68 stars 19 forks source link

Remove reference to `Min` behavior flag #31

Closed swernli closed 1 year ago

swernli commented 1 year ago

The Min behavior flag was not introduced until LLVM 15, which is also when the change over to opaque pointers begins. We should avoid referring to it since it can cause folks to update to a version that has other compatibility issues with the specification (see https://github.com/qir-alliance/qir-spec/issues/30). This change removes the mention of Min from the under development Base Profile spec.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All Contributors have signed the CLA.

swernli commented 1 year ago

I have read the Contributor License Agreement and I hereby accept the Terms.