This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Implement __int128 vector divide operations
ClosedPublic

Authored by Conanap on Aug 6 2020, 11:07 AM.

Details

Summary

This patch implements __int128 vector divide operations for ISA3.1.

Diff Detail

Event Timeline

Conanap created this revision.Aug 6 2020, 11:07 AM
Conanap requested review of this revision.Aug 6 2020, 11:07 AM
amyk accepted this revision as: amyk.Aug 6 2020, 10:45 PM
amyk added a subscriber: amyk.

Overall LGTM.

llvm/test/CodeGen/PowerPC/p10-vector-divide.ll
53

nit: I think nounwind readnone can probably be omitted.

This revision is now accepted and ready to land.Aug 6 2020, 10:45 PM
This revision was landed with ongoing or failed builds.Sep 15 2020, 12:19 PM
This revision was automatically updated to reflect the committed changes.