[all-commits] [llvm/llvm-project] 7d8b47: [mlir][Linalg] Drop spurious error message
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Mon Mar 29 09:17:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d8b478ce13c1320c91c9c8dccc798d2019cd8db
https://github.com/llvm/llvm-project/commit/7d8b478ce13c1320c91c9c8dccc798d2019cd8db
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
M mlir/test/Dialect/Linalg/reshape_linearization_fusion.mlir
Log Message:
-----------
[mlir][Linalg] Drop spurious error message
Drop usage of `emitRemark` and use `notifyMatchFailure` instead to
avoid unnecessary spew during compilation.
Differential Revision: https://reviews.llvm.org/D99485
More information about the All-commits
mailing list