[Mlir-commits] [llvm] [mlir] [mlir][tosa] Remove availability interfaces from profile conformance (PR #207809)

Iliyan Georgiev llvmlistbot at llvm.org
Fri Jul 10 02:12:46 PDT 2026


================
@@ -508,22 +484,18 @@ LogicalResult TosaProfileCompliance::checkProfileOrExtension(
   const TosaSpecificationVersion targetVersion{targetEnv.getSpecVersion()};
   const auto isVersionCompatible =
       [&targetVersion](const OpComplianceInfo<T> &info) -> bool {
+    // Assume compatible if there are no versioned type constraints
+    if (info.operandTypeInfoSet.empty())
----------------
iliyan-georgiev-arm wrote:

Sounds good, I guess we'll keep an eye out for such cases. I do agree they should be rare.

https://github.com/llvm/llvm-project/pull/207809


More information about the Mlir-commits mailing list