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

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


aheejin added inline comments.


================
Comment at: llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:200
+                       [(set I32:$dst, (i32 (op (vec_t V128:$vec))))],
+                       vec#"."#name#"\t$dst, $vec", vec#"."#name, simdop>;
+}
----------------
Sorry, but the indentation looks like it should have one more whitespace here


Repository:
  rL LLVM

https://reviews.llvm.org/D52755





More information about the llvm-commits mailing list