Skip to content

Commit 9ccd96b

Browse files
committed
Mention unrecheable block restriction in BlockTagOp doc
1 parent c8ab74b commit 9ccd96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,8 +1690,8 @@ def LLVM_BlockTagOp : LLVM_Op<"blocktag"> {
16901690
the target address.
16911691

16921692
A given function should have at most one `llvm.blocktag` operation with a
1693-
given `tag`. This operation cannot be used as a terminator but can be
1694-
placed everywhere else in a block.
1693+
given `tag`. This operation cannot be used as a terminator and cannot be
1694+
part of an unreachable block.
16951695

16961696
Example:
16971697

0 commit comments

Comments
 (0)