[all-commits] [llvm/llvm-project] b5b5f0: [WebAssembly] Lower global syms representing table...

Paulo Matos via All-commits all-commits at lists.llvm.org
Mon Dec 13 09:18:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5b5f0ac77ab9f7aab8b503a8b20cab9f67e15d1
      https://github.com/llvm/llvm-project/commit/b5b5f0ac77ab9f7aab8b503a8b20cab9f67e15d1
  Author: Paulo Matos <pmatos at igalia.com>
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/test/CodeGen/WebAssembly/externref-tableget.ll
    M llvm/test/CodeGen/WebAssembly/externref-tableset.ll
    M llvm/test/CodeGen/WebAssembly/funcref-table_call.ll
    M llvm/test/CodeGen/WebAssembly/funcref-tableget.ll
    M llvm/test/CodeGen/WebAssembly/funcref-tableset.ll

  Log Message:
  -----------
  [WebAssembly] Lower global syms representing tables with .tabletype

This patch implements a fix to recognize global symbols that represent
WebAssembly appropriately and generate the necessary .tabletype
directives.

Reviewed By: sbc100

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




More information about the All-commits mailing list