This patch is to add PPC vector compare intrinsics.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I am not familiar with the ppc intrinsic to validate the mapping with the LLVM intrinsic, but the code looks good.
Paths
| Differential D154167
[flang] Add PowerPC vec_cmpge, vec_cmpgt, vec_cmple, vec_cmplt and vec_any_ge intrinsic ClosedPublic Authored by kkwli0 on Jun 29 2023, 4:04 PM.
Details Summary This patch is to add PPC vector compare intrinsics.
Diff Detail Event TimelineComment Actions I am not familiar with the ppc intrinsic to validate the mapping with the LLVM intrinsic, but the code looks good. This revision is now accepted and ready to land.Jun 30 2023, 7:11 AM Closed by commit rGe435129ba91c: [flang] Add PowerPC vec_cmpge, vec_cmpgt, vec_cmple, vec_cmplt and vec_any_ge… (authored by kkwli0). · Explain WhyJul 2 2023, 9:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 536029 flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
flang/module/__ppc_intrinsics.f90
flang/test/Lower/PowerPC/ppc-vec_any.f90
flang/test/Lower/PowerPC/ppc-vec_cmp.f90
|