We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ab74b commit 9ccd96bCopy full SHA for 9ccd96b
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
@@ -1690,8 +1690,8 @@ def LLVM_BlockTagOp : LLVM_Op<"blocktag"> {
1690
the target address.
1691
1692
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.
+ given `tag`. This operation cannot be used as a terminator and cannot be
+ part of an unreachable block.
1695
1696
Example:
1697
0 commit comments