Replace the clang builtins and LLVM intrinsics for the SIMD extmul instructions
with normal codegen patterns.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106724
[WebAssembly] Codegen for extmul SIMD instructions ClosedPublic Authored by tlively on Jul 23 2021, 4:32 PM.
Details Summary Replace the clang builtins and LLVM intrinsics for the SIMD extmul instructions
Diff Detail
Event TimelineHerald added subscribers: wingo, ecnelises, sunfish and 3 others. · View Herald TranscriptJul 23 2021, 4:32 PM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 23 2021, 4:32 PM This revision is now accepted and ready to land.Jul 26 2021, 3:00 PM This revision was landed with ongoing or failed builds.Jul 27 2021, 8:41 AM Closed by commit rG33786576fd3a: [WebAssembly] Codegen for extmul SIMD instructions (authored by tlively). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362041 clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Headers/wasm_simd128.h
clang/test/CodeGen/builtins-wasm.c
clang/test/Headers/wasm.c
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-arith.ll
llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
|