[PATCH] D66983: [WebAssembly] Add wasm-specific vector shuffle builtin and intrinsic
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 17:41:24 PDT 2019
sunfish added a comment.
Can you say what leads wasm users to maintain such an expectation when, for example, ARM users <https://github.com/llvm/llvm-project/blob/master/clang/lib/CodeGen/CGBuiltin.cpp#L5737> and x86 users <https://github.com/llvm/llvm-project/blob/master/clang/lib/CodeGen/CGBuiltin.cpp#L10923> don't?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66983/new/
https://reviews.llvm.org/D66983
More information about the llvm-commits
mailing list