[PATCH] D66983: [WebAssembly] Add wasm-specific vector shuffle builtin and intrinsic
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 17:55:09 PDT 2019
dschuff added a comment.
Oh, interesting I didn't notice that those are implementations of the target-specific intrinsics. I wonder if they do that so they can implement the intrinsics on hardware that doesn't support the corresponding instruction? In a situation other than that I think I'd be surprised if I used a builtin for a particular instruction and got something else.
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