[PATCH] D111227: [WebAssembly] Implementation of table.grow/size and ref.null intrinsics
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 06:19:53 PDT 2021
pmatos created this revision.
pmatos added a reviewer: tlively.
Herald added subscribers: dexonsmith, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
pmatos requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert, aheejin.
Herald added a project: LLVM.
This patch implements the intrinsics for the table.grow, table.size
and ref.null intrinsics from the reference types proposal.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111227
Files:
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/lib/IR/Function.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td
llvm/test/CodeGen/WebAssembly/table-grow.ll
llvm/utils/TableGen/IntrinsicEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111227.377524.patch
Type: text/x-patch
Size: 6624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211006/a7d4123c/attachment.bin>
More information about the llvm-commits
mailing list