[PATCH] D113420: [WebAssembly] Implement table instruction intrinsics and ref.null
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 14:41:17 PST 2021
pmatos updated this revision to Diff 391468.
pmatos added a comment.
Remove changes related to ref.null.
ref.null intrinsic implementation and heaptype removal work is currently in D114979 <https://reviews.llvm.org/D114979> and this change builds upon that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113420/new/
https://reviews.llvm.org/D113420
Files:
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/lib/CodeGen/ValueTypes.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td
llvm/test/CodeGen/WebAssembly/funcref-call.ll
llvm/test/CodeGen/WebAssembly/funcref-globalget.ll
llvm/test/CodeGen/WebAssembly/funcref-globalset.ll
llvm/test/CodeGen/WebAssembly/funcref-table_call.ll
llvm/test/CodeGen/WebAssembly/funcref-tableget.ll
llvm/test/CodeGen/WebAssembly/funcref-tableset.ll
llvm/test/CodeGen/WebAssembly/table-copy.ll
llvm/test/CodeGen/WebAssembly/table-fill.ll
llvm/test/CodeGen/WebAssembly/table-grow.ll
llvm/test/CodeGen/WebAssembly/table-size.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113420.391468.patch
Type: text/x-patch
Size: 15315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/ef561be5/attachment.bin>
More information about the llvm-commits
mailing list