[PATCH] D52372: [WebAssembly] SIMD conversions
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 21 12:15:24 PDT 2018
tlively added a comment.
The actual naming of these instructions is blocked on the bikeshedding discussion at https://github.com/WebAssembly/nontrapping-float-to-int-conversions/issues/4. For the time being, the instructions here have been renamed to avoid colons and slashes have been replaced with question marks to satisfy the lexer (lib/MC/MCParser/AsmLexer.cpp).
Repository:
rL LLVM
https://reviews.llvm.org/D52372
More information about the llvm-commits
mailing list