[clang] [llvm] [WebAssembly] Implement prototype f32.store_f16 instruction. (PR #91545)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Wed May 8 18:28:20 PDT 2024


================
@@ -192,6 +192,7 @@ TARGET_BUILTIN(__builtin_wasm_relaxed_dot_bf16x8_add_f32_f32x4, "V4fV8UsV8UsV4f"
 
 // Half-Precision (fp16)
 TARGET_BUILTIN(__builtin_wasm_loadf16_f32, "fh*", "nU", "half-precision")
+TARGET_BUILTIN(__builtin_wasm_storef16_f32, "vfh*", "nU", "half-precision")
----------------
aheejin wrote:

Can stores be considered pure?

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


More information about the cfe-commits mailing list