[clang] [llvm] [WebAssembly] Implement prototype f32.load_f16 instruction. (PR #90906)
Brendan Dahl via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 13:48:28 PDT 2024
================
@@ -666,3 +666,29 @@ define {i32,i32,i32,i32} @aggregate_return() {
define {i64,i32,i16,i8} @aggregate_return_without_merge() {
ret {i64,i32,i16,i8} zeroinitializer
}
+
+;===----------------------------------------------------------------------------
----------------
brendandahl wrote:
I didn't add many tests here, since it seems pretty well covered for other load patters.
https://github.com/llvm/llvm-project/pull/90906
More information about the cfe-commits
mailing list