[PATCH] D66035: [WebAssembly] WIP: Add support for reference types

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 19:52:48 PST 2019


vchuravy updated this revision to Diff 231343.
vchuravy marked 6 inline comments as done.
vchuravy added a comment.

- add test for passing anyref through a function
- fix wrong name for funcref
- fixes and formatting
- fix error message


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66035/new/

https://reviews.llvm.org/D66035

Files:
  lld/wasm/WriterUtils.cpp
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  llvm/test/CodeGen/WebAssembly/anyref.ll
  llvm/test/CodeGen/WebAssembly/reg-argument.mir
  llvm/test/CodeGen/WebAssembly/reg-copy.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66035.231343.patch
Type: text/x-patch
Size: 7370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/831a9a22/attachment.bin>


More information about the llvm-commits mailing list