[all-commits] [llvm/llvm-project] 539b2e: [WebAssembly] Fix catch block type in wasm64 (#124...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Mon Jan 27 11:02:09 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 539b2e06542f7c099885533e4472e6fb3084aa96
      https://github.com/llvm/llvm-project/commit/539b2e06542f7c099885533e4472e6fb3084aa96
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2025-01-27 (Mon, 27 Jan 2025)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/test/CodeGen/WebAssembly/exception.ll

  Log Message:
  -----------
  [WebAssembly] Fix catch block type in wasm64 (#124381)

`try_table`'s `catch` or `catch_ref`'s target block's return type should
be `i64` and `(i64, exnref)` in case of wasm64.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list