[PATCH] D51113: [WebAssembly][NFC] Reorganize SIMD instructions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 16:17:43 PDT 2018


tlively added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyISelLowering.cpp:128
+  if (Subtarget->hasSIMD128() && EnableUnimplementedWasmSIMDInstrs)
+    setOperationAction(ISD::MUL, MVT::v2i64, Expand);
+
----------------
aheejin wrote:
> arc tip: When you submit a CL that depends on another one, run `arc diff` with a relative commit, like, `arc diff HEAD^2` or `arc diff [hash]`. In that way the diff of the prev revision that this CL depends on would not show up in this CL again.
I thought I had done that, but maybe I messed up. Anyway, rebased and updated now.


Repository:
  rL LLVM

https://reviews.llvm.org/D51113





More information about the llvm-commits mailing list