[PATCH] D50292: [WebAssembly] Update SIMD binary arithmetic
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 14:20:41 PDT 2018
dschuff accepted this revision.
dschuff added a comment.
Keeping MUL is fine for now. IIRC there was some discussion in the last CG in-person meeting about removing or changing it (e.g. probably not super-useful especially for small types due to the likelihood of overflow). Probably in cases where the spec is still in flux it makes sense for LLVM to match what V8 implements now, so we can test things end-to-end. Then when we settle on things we can just change LLVM (or do LLVM first to see whether a proposal is feasible).
Repository:
rL LLVM
https://reviews.llvm.org/D50292
More information about the llvm-commits
mailing list