[PATCH] D106400: [WebAssembly] Codegen for v128.load{32,64}_zero
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 14:47:54 PDT 2021
tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Replace the experimental clang builtins and LLVM intrinsics for these
instructions with normal instruction selection patterns. The wasm_simd128.h
intrinsics header was already using portable code for the corresponding
intrinsics, so now it produces the correct instructions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106400
Files:
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/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106400.360284.patch
Type: text/x-patch
Size: 13663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210720/88e6ede0/attachment.bin>
More information about the llvm-commits
mailing list