[llvm-branch-commits] [llvm] [polly] [IR] Add CallBr intrinsics support (PR #133907)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 6 06:28:28 PDT 2025


================
@@ -9674,7 +9678,7 @@ This instruction requires several arguments:
    indicates the function accepts a variable number of arguments, the
    extra arguments can be specified.
 #. '``fallthrough label``': the label reached when the inline assembly's
-   execution exits the bottom.
+   execution exits the bottom / the intrinsic call terminates.
----------------
nikic wrote:

```suggestion
   execution exits the bottom / the intrinsic call returns.
```


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


More information about the llvm-branch-commits mailing list