Make systematic use of notifyMatchFailure.
Signed-off-by: Ramkumar Ramachandra <r@artagnon.com>
Paths
| Differential D139190
mlir/TosaToLinalg: improve debugging during conversion ClosedPublic Authored by artagnon on Dec 2 2022, 3:57 AM.
Details Summary Make systematic use of notifyMatchFailure. Signed-off-by: Ramkumar Ramachandra <r@artagnon.com>
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Dec 5 2022, 11:14 AM Closed by commit rGd246bf4199e9: mlir/TosaToLinalg: improve debugging during conversion (authored by artagnon, committed by rsuderman). · Explain WhyDec 5 2022, 11:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479589 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
|
I think this can more specifically note "tosa.gather currently only supports dynamic batch dimensions", as checkHasDynamicBatchDims only returns llvm::None when it finds a dynamic dim that isn't the batch one.