[WebAssembly] Codegen for v128.storeX_lane instructions
authorThomas Lively <tlively@google.com>
Wed, 14 Jul 2021 23:15:24 +0000 (16:15 -0700)
committerThomas Lively <tlively@google.com>
Wed, 14 Jul 2021 23:15:25 +0000 (16:15 -0700)
commit4a4229f70f815a0a83e8e226ec1718af693faf4d
tree767f3fbd5c2afca8812253246bbee9521bbc6fa3
parentd14310306827f5c0a4feb6a9ffddddcdfb24fcca
[WebAssembly] Codegen for v128.storeX_lane instructions

Replace the experimental clang builtins and LLVM intrinsics for these
instructions with normal codegen patterns. Resolves PR50435.

Differential Revision: https://reviews.llvm.org/D106019
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/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-build-pair.ll
llvm/test/CodeGen/WebAssembly/simd-load-lane-offset.ll
llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll