[PATCH] D63575: [WebAssembly] Add builtin functions for creating vector constants
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 19 16:18:56 PDT 2019
tlively added a comment.
This CL does not provide a mechanism for enforcing that the lanes of a floating point vector are constant, and it doesn't look like clang supports that kind of check. That makes this CL a half-baked solution, so I'm not sure we should actually go in this direction.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63575/new/
https://reviews.llvm.org/D63575
More information about the cfe-commits
mailing list