Add relaxed. f32x4.min, f32x4.max, f64x2.min, f64x2.max. These are only
exposed as builtins, and require user opt-in.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112146
[WebAssembly] Add prototype relaxed float min max instructions ClosedPublic Authored by ngzhian on Oct 20 2021, 9:00 AM.
Details Summary Add relaxed. f32x4.min, f32x4.max, f64x2.min, f64x2.max. These are only
Diff Detail
Event TimelineHerald added subscribers: ecnelises, sunfish, hiraditya and 3 others. · View Herald TranscriptOct 20 2021, 9:00 AM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 20 2021, 9:00 AM This revision is now accepted and ready to land.Oct 20 2021, 9:32 AM This revision was landed with ongoing or failed builds.Oct 20 2021, 9:42 AM Closed by commit rGe1fb13401e1b: [WebAssembly] Add prototype relaxed float min max instructions (authored by ngzhian, committed by tlively). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381001 clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-wasm.c
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
llvm/test/MC/WebAssembly/simd-encodings.s
|