[Mlir-commits] [mlir] [mlir][LangRef] Clarify terminator continuations (PR #201111)

Matthias Springer llvmlistbot at llvm.org
Tue Jun 2 08:10:22 PDT 2026


================
@@ -530,7 +534,10 @@ Single-Entry-Multiple-Exit (SEME) regions, possibly flowing through different
 blocks in the region and exiting through any block with a `return` operation.
 This behavior is similar to that of a function body in most programming
 languages. In addition, control flow may also not reach the end of a block or
-region, for example if a function call does not return.
+region, for example if a function call does not return. Such an operation
+prevents control flow from reaching later operations on that dynamic path, but
+does not remove the structural requirement that the block end with a terminator
----------------
matthias-springer wrote:

nit: `that the block must end`

https://github.com/llvm/llvm-project/pull/201111


More information about the Mlir-commits mailing list