[PATCH] D92359: [WebAssembly] Support select and block for reference types
Andy Wingo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 00:18:18 PST 2020
wingo added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:343
+ .Case("funcref", WebAssembly::BlockType::Funcref)
+ .Case("externref", WebAssembly::BlockType::Externref)
.Case("exnref", WebAssembly::BlockType::Exnref)
----------------
See also https://reviews.llvm.org/D92323, which contains this. Happy for this to land though!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92359/new/
https://reviews.llvm.org/D92359
More information about the llvm-commits
mailing list