As proposed in https://github.com/WebAssembly/simd/pull/381. Since it is still
in the prototyping phase, it is only accessible via a target builtin function
and a target intrinsic.
Depends on D90504.
Paths
| Differential D90508
[WebAssembly] Prototype i64x2.eq ClosedPublic Authored by tlively on Oct 30 2020, 3:27 PM.
Details
Summary As proposed in https://github.com/WebAssembly/simd/pull/381. Since it is still Depends on D90504.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 30 2020, 3:27 PM This revision is now accepted and ready to land.Oct 30 2020, 4:05 PM This revision was landed with ongoing or failed builds.Oct 30 2020, 4:38 PM Closed by commit rG0a512a555a8d: [WebAssembly] Prototype i64x2.eq (authored by tlively). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302040 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
|