[Mlir-commits] [mlir] [mlir][tosa] Disallow invalid datatype combinations in the validation pass (PR #131595)

Luke Hutton llvmlistbot at llvm.org
Wed Mar 19 07:39:49 PDT 2025


================
@@ -1042,6 +1042,11 @@ void TosaValidation::runOnOperation() {
       }
     }
 
+    if (failed(profileComp.checkInvalid(op))) {
----------------
lhutton1 wrote:

Implemented this feature

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


More information about the Mlir-commits mailing list