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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 16:58:01 PDT 2018


aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Target/WebAssembly/WebAssemblyISelLowering.cpp:961
   default:
     return {}; // Don't custom lower most intrinsics.
+  case Intrinsic::wasm_anytrue:
----------------
Nit: maybe a newline here for readability?


Repository:
  rL LLVM

https://reviews.llvm.org/D52755





More information about the llvm-commits mailing list