[Mlir-commits] [mlir] 8e3883a - [mlir][ub] Fix typo in `ub.poison` op documentation (NFC)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Sep 5 14:45:37 PDT 2023
Author: Mogball
Date: 2023-09-05T21:45:25Z
New Revision: 8e3883a43b8d77e80a163772df45916c6f0cca0a
URL: https://github.com/llvm/llvm-project/commit/8e3883a43b8d77e80a163772df45916c6f0cca0a
DIFF: https://github.com/llvm/llvm-project/commit/8e3883a43b8d77e80a163772df45916c6f0cca0a.diff
LOG: [mlir][ub] Fix typo in `ub.poison` op documentation (NFC)
Differential Revision: https://reviews.llvm.org/D159455
Added:
Modified:
mlir/include/mlir/Dialect/UB/IR/UBOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/UB/IR/UBOps.td b/mlir/include/mlir/Dialect/UB/IR/UBOps.td
index 2493b796f65802..beaf5616d6c6b6 100644
--- a/mlir/include/mlir/Dialect/UB/IR/UBOps.td
+++ b/mlir/include/mlir/Dialect/UB/IR/UBOps.td
@@ -44,7 +44,7 @@ def PoisonOp : UB_Op<"poison", [ConstantLike, Pure]> {
let description = [{
The `poison` operation materializes a compile-time poisoned constant value
to indicate deferred undefined behavior.
- `value` attirbute is needed to indicate an optional additional poison
+ `value` attribute is needed to indicate an optional additional poison
semantics (e.g. partially poisoned vectors), default value indicates results
is fully poisoned.
More information about the Mlir-commits
mailing list