This is an archive of the discontinued LLVM Phabricator instance.

[flang] Adding two more PowerPC MMA intrinsics
ClosedPublic

Authored by DanielCChen on Aug 18 2023, 6:04 AM.

Details

Summary

Adding mma_lxvp and mma_stxvp, which are alias to already landed vec_lxvp and vec_stxvp respectively.

Diff Detail

Event Timeline

DanielCChen created this revision.Aug 18 2023, 6:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 6:04 AM
DanielCChen requested review of this revision.Aug 18 2023, 6:04 AM
kkwli0 accepted this revision.Aug 18 2023, 7:03 AM

LG

flang/module/mma.f90
69

Replace __vector_pair by pure
Nit: change vp to __vector_pair

This revision is now accepted and ready to land.Aug 18 2023, 7:03 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 8:00 AM