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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 15:05:41 PDT 2022


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

LGTM! (with single comment)



================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp:312
+  } else if (Name == "ref.is_null") {
+    // FIXME: overly permissive - accepts any value.
+    if (popType(ErrorLoc, {}))
----------------
How complicated would this be to fix? Is it worth fixing now?


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

https://reviews.llvm.org/D123484



More information about the llvm-commits mailing list