[PATCH] D123484: [WebAssembly] Implement ref.is_null MC layer support and codegen

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 00:56:58 PDT 2022


asb updated this revision to Diff 428581.
asb marked an inline comment as done.
asb added a comment.

Address review comments:

- Move to using update_llc_test_checks.py for ref-null.ll (and therefore fix missing CHECK lines)
- Add tighter error checking for ref.is_null in the wasm type checker


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

https://reviews.llvm.org/D123484

Files:
  llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.h
  llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h
  llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td
  llvm/test/CodeGen/WebAssembly/ref-null.ll
  llvm/test/MC/WebAssembly/reference-types.s
  llvm/test/MC/WebAssembly/type-checker-errors.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123484.428581.patch
Type: text/x-patch
Size: 9440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/9cd411ca/attachment.bin>


More information about the llvm-commits mailing list