[PATCH] D137730: [mlir][TilingInterface] Fix a crash in PartialTilingInterface for some inputs
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 12:23:15 PST 2022
nicolasvasilache added a comment.
Herald added a subscriber: jsetoain.
`suppress` can only suppress silenceable failures, which can be ignored and leave the IR in a valid state.
Definite failures cannot be suppressed as they leave the IR in an invalid state.
What you may want is to refactor the transform to safelyreturn a silenceable failure in your use case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137730/new/
https://reviews.llvm.org/D137730
More information about the llvm-commits
mailing list