This patch adds vec_st, vec_ste, vec_stxv, vec_xst, vec_xst_be, vec_xstd2 and vec_xstw4.
Co-authored-by: @DanielCChen
Paths
| Differential D156333
[flang] Add a subset of PowerPC vector store intrinsics ClosedPublic Authored by kkwli0 on Jul 26 2023, 7:16 AM.
Details Summary This patch adds vec_st, vec_ste, vec_stxv, vec_xst, vec_xst_be, vec_xstd2 and vec_xstw4. Co-authored-by: @DanielCChen
Diff Detail
Event Timelinekkwli0 added inline comments. kkwli0 marked 2 inline comments as done. Comment ActionsAddress review comment - remove the unnecessary changes in FIROps.cpp This revision is now accepted and ready to land.Aug 10 2023, 12:38 PM Closed by commit rG45c0053db26e: [flang] Add a subset of PowerPC vector store intrinsics (authored by kkwli0). · Explain WhyAug 10 2023, 3:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549184 flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
flang/module/__ppc_intrinsics.f90
flang/test/Lower/PowerPC/ppc-vec-store-elem-order.f90
flang/test/Lower/PowerPC/ppc-vec-store.f90
|
vec_stxvp seems missing from this patch. Will you add it as an update?