[all-commits] [llvm/llvm-project] 45c005: [flang] Add a subset of PowerPC vector store intri...
kkwli via All-commits
all-commits at lists.llvm.org
Thu Aug 10 15:11:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45c0053db26e128d4b250e641a33843e7316d9d3
https://github.com/llvm/llvm-project/commit/45c0053db26e128d4b250e641a33843e7316d9d3
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
M flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
M flang/module/__ppc_intrinsics.f90
A flang/test/Lower/PowerPC/ppc-vec-store-elem-order.f90
A flang/test/Lower/PowerPC/ppc-vec-store.f90
Log Message:
-----------
[flang] Add a subset of PowerPC vector store intrinsics
This patch adds vec_st, vec_ste, vec_stxv, vec_xst, vec_xst_be, vec_xstd2
and vec_xstw4.
Differential Revision: https://reviews.llvm.org/D156333
More information about the All-commits
mailing list