[PATCH] D51136: [WebAssembly] SIMD Bitwise binary arithmetic

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 16:32:55 PDT 2018


aheejin added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:182
 defm "" : Splat<v2f64, "f64x2", F64, splat2, 8>;
 let isCommutable = 1 in {
 defm ADD : SIMDBinaryInt<add, "add", 24>;
----------------
Can we add a few newlines to make it more readable? Otherwise LGTM


Repository:
  rL LLVM

https://reviews.llvm.org/D51136





More information about the llvm-commits mailing list