[PATCH] D147504: [WebAssembly] `AsmTypeCheck` support to br instr

Congcong Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 19:00:09 PDT 2023


HerrCai0907 added a comment.

> Could `delegate` be checked similarly here too?

Thinks for mentioning. I have fixed the behavior of end block to avoid incorrect `BrStack`.

Principle it is similarly expect the behavior in catch block. I think it can be done in another patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147504/new/

https://reviews.llvm.org/D147504



More information about the llvm-commits mailing list