[all-commits] [llvm/llvm-project] c3f0ef: [mlir][Linalg] Fix crash in LinalgToStandard
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jan 19 23:32:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3f0efe753e27105b519ae9283796d41fe574741
https://github.com/llvm/llvm-project/commit/c3f0efe753e27105b519ae9283796d41fe574741
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
Log Message:
-----------
[mlir][Linalg] Fix crash in LinalgToStandard
Use rewriter.notifyMatchFailure instead of assert.
Fixes #59986.
More information about the All-commits
mailing list