This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix signatures for vec_replace_unaligned builtin
ClosedPublic

Authored by lei on Jun 21 2022, 9:59 AM.

Details

Summary

`vec_replace_unaligned` is meant to return vuc to emphasize that elements
are being inserted on unnatural boundaries.

Diff Detail

Event Timeline

lei created this revision.Jun 21 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 9:59 AM
lei requested review of this revision.Jun 21 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 9:59 AM
quinnp accepted this revision.Jun 28 2022, 11:30 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Jun 28 2022, 11:30 AM
amyk accepted this revision.Jun 28 2022, 11:35 AM

LGTM too. Thank you Lei.

This revision was automatically updated to reflect the committed changes.