[PATCH] D51765: [WebAssembly] SIMD comparisons
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 7 16:20:58 PDT 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:309
+// Lower don't care float comparisons to native versions
+foreach vec = [[v4f32, v4i32], [v2f64, v2i64]] in
----------------
Could you elaborate what this comment means and why we need this only for floats?
Repository:
rL LLVM
https://reviews.llvm.org/D51765
More information about the llvm-commits
mailing list