[all-commits] [llvm/llvm-project] f50eae: [flang] Add PowerPC vec_splat, vec_splats and vec_...
kkwli via All-commits
all-commits at lists.llvm.org
Mon Aug 14 13:23:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f50eaea8ce1342732fdc02d494e077aaafc3b3e4
https://github.com/llvm/llvm-project/commit/f50eaea8ce1342732fdc02d494e077aaafc3b3e4
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
M flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
M flang/lib/Semantics/check-call.cpp
M flang/module/__ppc_intrinsics.f90
A flang/test/Lower/PowerPC/ppc-vec-splat-elem-order.f90
A flang/test/Lower/PowerPC/ppc-vec-splat.f90
M flang/test/Semantics/PowerPC/ppc-vector-intrinsics.f90
Log Message:
-----------
[flang] Add PowerPC vec_splat, vec_splats and vec_splat_s32 intrinsic
Co-authored-by: Paul Scoropan <1paulscoropan at gmail.com>
Differential Revision: https://reviews.llvm.org/D157728
More information about the All-commits
mailing list