[PATCH] D52755: [WebAssembly] any_true and all_true intrinsics and instructions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 17:17:32 PDT 2018


tlively marked an inline comment as done.
tlively added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyISelLowering.cpp:961
   default:
     return {}; // Don't custom lower most intrinsics.
+  case Intrinsic::wasm_anytrue:
----------------
aheejin wrote:
> Nit: maybe a newline here for readability?
Done in D52813 to avoid annoying rebases.


Repository:
  rL LLVM

https://reviews.llvm.org/D52755





More information about the llvm-commits mailing list