[PATCH] D52325: [WebAssembly] SIMD min and max
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 15:48:48 PDT 2018
aheejin added inline comments.
================
Comment at: test/CodeGen/WebAssembly/simd-arith.ll:725
+ ret <4 x float> %a
+}
+
----------------
If we have a constant vector in the right hand side, it will be still lowered to `f32x4.min`, right?
Repository:
rL LLVM
https://reviews.llvm.org/D52325
More information about the llvm-commits
mailing list