================ @@ -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