[llvm] [llvm][WebAssembly] mark BR_TABLE as isIndirectBranch (PR #73391)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 14:19:06 PST 2023


aheejin wrote:

Why do you think `BR_TABLE` is an indirect branch? It takes destination BBs. The only difference from a simple `BR` or `BR_IF` is it takes variable number of them.

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


More information about the llvm-commits mailing list