mirror of https://github.com/llvm/torch-mlir
247dd64a66
emitError is intended for error cases and not match failures of patterns. notifyMatchFailure is intended where pattern reports reason for not matching. Op verification should also not happen inside patterns but as part of verify/verification, but left ones that were obviously verification to emitError inside patterns to keep this change small. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TorchToTosa.cpp | ||
TosaLegalizeCommon.cpp | ||
TosaLegalizeUtils.cpp |