[PATCH] D53685: [WebAssembly] Bitselect and min/max builtins
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 24 19:42:05 PDT 2018
aheejin added inline comments.
================
Comment at: include/clang/Basic/BuiltinsWebAssembly.def:85
+BUILTIN(__builtin_wasm_bitselect, "V4iV4iV4iV4i", "nc")
+
----------------
Do you think we need to provide this builtin also for other vector types?
Repository:
rC Clang
https://reviews.llvm.org/D53685
More information about the cfe-commits
mailing list