[llvm] [WebAssembly] Implement all f16x8 relation instructions. (PR #93751)

Brendan Dahl via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 10:09:58 PDT 2024


================
@@ -103,3 +103,57 @@ define <8 x half> @pmax_intrinsic_v8f16(<8 x half> %a, <8 x half> %b) {
   %v = call <8 x half> @llvm.wasm.pmax.v8f16(<8 x half> %a, <8 x half> %b)
   ret <8 x half> %v
 }
+
+; CHECK-LABEL: compare_oeq_v8f16:
----------------
brendandahl wrote:

I would assume they'd be the same. I'll add some more tests.

https://github.com/llvm/llvm-project/pull/93751


More information about the llvm-commits mailing list