This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add PowerPC vec_abs, vec_nmadd, vec_msub and vec_sel intrinsics
ClosedPublic

Authored by kkwli0 on Jul 11 2023, 9:53 AM.

Details

Summary

This patch is to add PPC vec_abs, vec_nmadd, vec_msub and vec_sel intrinsics.

Co-authored-by: Paul Scoropan <1paulscoropan@gmail.com>

Diff Detail

Event Timeline

kkwli0 created this revision.Jul 11 2023, 9:53 AM
kkwli0 requested review of this revision.Jul 11 2023, 9:53 AM
DanielCChen added inline comments.Jul 18 2023, 8:49 AM
flang/module/__ppc_intrinsics.f90
41

Nit: #undef order.

263–267

Nit: #undef order.

kkwli0 updated this revision to Diff 541633.EditedJul 18 2023, 10:40 AM
kkwli0 marked 2 inline comments as done.

Address review comments and rebase.

This revision is now accepted and ready to land.Jul 24 2023, 6:27 AM