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.
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 ofMin
from the under development Base Profile spec.