[all-commits] [llvm/llvm-project] 970e09: [WebAssembly] Codegen for v128.loadX_lane instruct...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Wed Jul 14 11:32:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 970e0900104d6f67a9c15fa9c913cf3eeba5d06a
https://github.com/llvm/llvm-project/commit/970e0900104d6f67a9c15fa9c913cf3eeba5d06a
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-vector.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.loadX_lane instructions
Replace the experimental clang builtin and LLVM intrinsics for these
instructions with normal codegen patterns. Resolves PR50433.
Differential Revision: https://reviews.llvm.org/D105950
More information about the All-commits
mailing list