[PATCH] D113420: [WebAssembly] Implement table instruction intrinsics and ref.null
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 7 04:26:38 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2fd634a5e307: [WebAssembly] Implement table instruction intrinsics (authored by pmatos).
Changed prior to commit:
https://reviews.llvm.org/D113420?vs=392034&id=392344#toc
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.392344.patch
Type: text/x-patch
Size: 17073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/24e85ed4/attachment.bin>
More information about the llvm-commits
mailing list