[all-commits] [llvm/llvm-project] 2fd634: [WebAssembly] Implement table instruction intrinsics

Paulo Matos via All-commits all-commits at lists.llvm.org
Tue Dec 7 04:26:45 PST 2021


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

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td
    M llvm/test/CodeGen/WebAssembly/funcref-call.ll
    M llvm/test/CodeGen/WebAssembly/funcref-globalget.ll
    M llvm/test/CodeGen/WebAssembly/funcref-globalset.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
    A llvm/test/CodeGen/WebAssembly/table-copy.ll
    A llvm/test/CodeGen/WebAssembly/table-fill.ll
    A llvm/test/CodeGen/WebAssembly/table-grow.ll
    A llvm/test/CodeGen/WebAssembly/table-size.ll

  Log Message:
  -----------
  [WebAssembly] Implement table instruction intrinsics

This change implements intrinsics for table.grow, table.fill,
table.size, and table.copy.

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




More information about the All-commits mailing list