[all-commits] [llvm/llvm-project] 4a4229: [WebAssembly] Codegen for v128.storeX_lane instruc...

Thomas Lively via All-commits all-commits at lists.llvm.org
Wed Jul 14 16:15:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a4229f70f815a0a83e8e226ec1718af693faf4d
      https://github.com/llvm/llvm-project/commit/4a4229f70f815a0a83e8e226ec1718af693faf4d
  Author: Thomas Lively <tlively at google.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Headers/wasm_simd128.h
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/Headers/wasm.c
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/test/CodeGen/WebAssembly/simd-build-pair.ll
    M llvm/test/CodeGen/WebAssembly/simd-load-lane-offset.ll
    M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list