mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
[MLIR][Standard] Update assert documentation post commit
Update line wrapping. Differential Revision: https://reviews.llvm.org/D83769
This commit is contained in:
@@ -449,10 +449,9 @@ def AssertOp : Std_Op<"assert"> {
|
||||
let summary = "Assert operation with message attribute";
|
||||
let description = [{
|
||||
Assert operation with single boolean operand and an error message attribute.
|
||||
If the argument is `true` this operation has no effect.
|
||||
Otherwise, the program execution will abort.
|
||||
The provided error message may be used by a runtime to propagate the error
|
||||
to the user.
|
||||
If the argument is `true` this operation has no effect. Otherwise, the
|
||||
program execution will abort. The provided error message may be used by a
|
||||
runtime to propagate the error to the user.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user