[PATCH] D52813: [WebAssembly] Saturating arithmetic intrinsics

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 09:08:54 PDT 2018


aheejin added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyISelLowering.cpp:987
+                       Op.getOperand(2));
+  }
   case Intrinsic::wasm_bitselect:
----------------
Newline here? :3


Repository:
  rL LLVM

https://reviews.llvm.org/D52813





More information about the llvm-commits mailing list