llvm-project
fbdf4ec2 - [mlir][tosa] Fix invalid data type combinations check (#150066)

Commit
144 days ago
[mlir][tosa] Fix invalid data type combinations check (#150066) Previously this check assumed that if an operator exists in profile complimance (TosaProfileComplianceData.h.inc), an entry exists in both the profiles and extensions section. However, this is not necessarily the case. This commit changes the check such that it doesn't assume the above. In doing so, it allows more operators to be checked for invalid data type combinations, which were otherwise skipped previously.
Author
Parents
Loading