[all-commits] [llvm/llvm-project] 7c594b: [WebAssembly] Change catch_all's opcode

Heejin Ahn via All-commits all-commits at lists.llvm.org
Wed Feb 17 10:16:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c594bab00ee514417c605710885b21b9635e8d7
      https://github.com/llvm/llvm-project/commit/7c594bab00ee514417c605710885b21b9635e8d7
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td

  Log Message:
  -----------
  [WebAssembly] Change catch_all's opcode

We decided to change `catch_all`'s opcode from 0x05, which is the same
as `else`, to 0x19, to avoid some complicated handling in the tools.

See: https://github.com/WebAssembly/exception-handling/issues/147

Reviewed By: sbc100

Differential Revision: https://reviews.llvm.org/D96863




More information about the All-commits mailing list