[all-commits] [llvm/llvm-project] bc0622: [WebAssembly] validate `table.grow` correctly

Congcong Cai via All-commits all-commits at lists.llvm.org
Fri Feb 2 06:31:20 PST 2024


  Branch: refs/heads/users/ccc/support-validate-wasm-table-instructions
  Home:   https://github.com/llvm/llvm-project
  Commit: bc06220889df0d2ae862a88dc804a45efbef08d8
      https://github.com/llvm/llvm-project/commit/bc06220889df0d2ae862a88dc804a45efbef08d8
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
    M llvm/test/MC/WebAssembly/tables.s
    M llvm/test/MC/WebAssembly/type-checker-errors.s

  Log Message:
  -----------
  [WebAssembly] validate `table.grow` correctly

This PR add support in wasm asm type checker to implement checker of `table.grow`




More information about the All-commits mailing list