[PATCH] D43211: [WebAssembly] promote from experimental to normal target
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 10:57:40 PST 2018
sunfish added a comment.
Indeed; I don't anticipate LLVM will be using `mem.grow` or `mem.size` itself. But, clang has `__builtin_wasm_mem_grow` and `__builtin_wasm_mem_size`, to allow standard libraries to use them. It's desirable that the names of these builtins, and the corresponding LLVM IR intrinsics, match the names in the official WebAssembly documentation.
Repository:
rL LLVM
https://reviews.llvm.org/D43211
More information about the llvm-commits
mailing list