[llvm] [WebAssembly] Print type signature and table for call_indirect (PR #179120)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 14 05:42:12 PST 2026


================

----------------
aheejin wrote:

```suggestion
; CHECK-NEXT: .int8 43
; CHECK-NEXT: .int8 9
; CHECK-NEXT: .ascii "tail-call"
```

Ah I see, I forgot that by removing `-mcpu=mvp` we have many more sections here. I think it's fine to just check `tail-call`.

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


More information about the llvm-commits mailing list