[clang] [llvm] [WebAssembly] Implement prototype f32.load_f16 instruction. (PR #90906)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 18:40:11 PDT 2024


https://github.com/aheejin commented:

Given that this uses `LOADPAT`, how about adding offset tests like other loads in https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/WebAssembly/offset.ll ?

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


More information about the cfe-commits mailing list