summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/half-precision.ll
AgeCommit message (Expand)Author
2025-02-25[WebAssembly] Use the same lowerings for f16x8 as other float vectors. (#127897)Brendan Dahl
2025-02-25[WebAssembly] Support shuffle for F16x8 vectors. (#127857)Brendan Dahl
2024-09-11[WebAssembly] Support BUILD_VECTOR with F16x8. (#108117)Brendan Dahl
2024-09-11[WebAssembly] Add load and store patterns for V8F16. (#108119)Brendan Dahl
2024-08-30[WebAssembly] Add intrinsics to wasm_simd128.h for all FP16 instructions (#10...Brendan Dahl
2024-08-22[WebAssembly] Change half-precision feature name to fp16. (#105434)Brendan Dahl
2024-07-24[WebAssembly] Implement f16x8.replace_lane instruction. (#99388)Brendan Dahl
2024-06-25[WebAssembly] Implement trunc_sat and convert instructions for f16x8. (#95180)Brendan Dahl
2024-06-04[WebAssembly] Implement all f16x8 unary instructions. (#94063)Brendan Dahl
2024-05-30[WebAssembly] Implement all f16x8 relation instructions. (#93751)Brendan Dahl
2024-05-28[WebAssembly] Implement all f16x8 binary instructions. (#93360)Brendan Dahl
2024-05-24[WebAssembly] Implement prototype f16x8.extract_lane instruction. (#93272)Brendan Dahl
2024-05-23[WebAssembly] Implement prototype f16x8.splat instruction. (#93228)Brendan Dahl
2024-05-09[WebAssembly] Implement prototype f32.store_f16 instruction. (#91545)Brendan Dahl
2024-05-07[WebAssembly] Implement prototype f32.load_f16 instruction. (#90906)Brendan Dahl