[clang] [llvm] [WebAssembly] Change to 64-bit table indices on Wasm64 (PR #180649)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 9 16:56:54 PST 2026


================
@@ -6,6 +6,9 @@
 .globaltype myglob64, i64
 .globaltype __stack_pointer, i64
 
+    .tabletype externref_table, externref
+externref_table:
----------------
sbc100 wrote:

What happens if you add these two lines today (without this change)?   

Maybe a small PR to add this to this test first would allow enable us to see the effect of this change clearly?

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


More information about the llvm-commits mailing list