[PATCH] D51765: [WebAssembly] SIMD comparisons

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 14:26:07 PDT 2018


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


================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:342
+// the target-independent expansion of unordered comparisons and
+// ordered ne.
+def : Pat<(v4i32 (seteq (v4f32 V128:$lhs), (v4f32 V128:$rhs))),
----------------
LGTM with one nit: wrap comment around 80 col


Repository:
  rL LLVM

https://reviews.llvm.org/D51765





More information about the llvm-commits mailing list