[all-commits] [llvm/llvm-project] baa39b: [mlir] fix wording in transform dialect docs
ftynse via All-commits
all-commits at lists.llvm.org
Wed Jan 17 01:20:16 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baa39b789bbcf3c597945e6794a02c8e32ccbbd5
https://github.com/llvm/llvm-project/commit/baa39b789bbcf3c597945e6794a02c8e32ccbbd5
Author: Alex Zinenko <zinenko at google.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
Log Message:
-----------
[mlir] fix wording in transform dialect docs
The wording "fails silently" has been sometimes used to indicate that a
silenceable failure was emitted by the operation. The meaning is exactly
the opposite: silenceable failure is _not_ silent unless silenced.
More information about the All-commits
mailing list