[PATCH] D123484: [WebAssembly] Implement ref.is_null MC layer support and codegen
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 17:55:21 PDT 2022
sbc100 added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/ref-null.ll:45
+ %is_null = call i32 @llvm.wasm.ref.is_null.func(%funcref %null)
+ %arg_is_null = call i32 @llvm.wasm.ref.is_null.func(%funcref %fref)
+ %res = add i32 %is_null, %arg_is_null
----------------
Is there some reason why there are no expectations in the body here? (and above?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123484/new/
https://reviews.llvm.org/D123484
More information about the llvm-commits
mailing list