This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Removing _massv place holder
ClosedPublic

Authored by masoud.ataei on Mar 5 2021, 11:41 AM.

Details

Summary

Since P8 is the oldest machine supported by MASSV pass, _massv place holder
is removed and the oldest version of MASSV functions is assumed. If the P9 vector
specific is detected in the compilation process, the P8 prefix will be updated to P9.

Diff Detail

Event Timeline

masoud.ataei created this revision.Mar 5 2021, 11:41 AM
masoud.ataei requested review of this revision.Mar 5 2021, 11:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2021, 11:41 AM
rzurob accepted this revision.Mar 8 2021, 11:52 AM

LGTM

This revision is now accepted and ready to land.Mar 8 2021, 11:52 AM
This revision was automatically updated to reflect the committed changes.