[llvm-branch-commits] [llvm] [polly] [IR] Add CallBr intrinsics support (PR #133907)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 5 23:42:18 PDT 2025
================
@@ -9692,9 +9697,12 @@ flow goes after the call.
The output values of a '``callbr``' instruction are available both in the
the '``fallthrough``' block, and any '``indirect``' blocks(s).
-The only use of this today is to implement the "goto" feature of gcc inline
-assembly where additional labels can be provided as locations for the inline
-assembly to jump to.
+The only uses of this today are:
----------------
arsenm wrote:
```suggestion
The only current uses of this are:
```
https://github.com/llvm/llvm-project/pull/133907
More information about the llvm-branch-commits
mailing list