This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix signature of lxvp and stxvp builtins
ClosedPublic

Authored by quinnp on Sep 17 2021, 12:43 PM.

Details

Summary

This patch changes the signature of the load and store vector pair
builtins to match their documentation. The type of the signed long long
argument is changed to signed long. This patch also changes existing testcases
to match the signature change.

Diff Detail

Event Timeline

quinnp created this revision.Sep 17 2021, 12:43 PM
quinnp requested review of this revision.Sep 17 2021, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2021, 12:43 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
quinnp added reviewers: Restricted Project, lei, nemanjai, stefanp.Sep 17 2021, 12:46 PM
Conanap accepted this revision as: Conanap.Sep 20 2021, 11:15 AM
Conanap added a subscriber: Conanap.

lgtm

This revision is now accepted and ready to land.Sep 20 2021, 11:15 AM
lei accepted this revision as: lei.Sep 20 2021, 11:30 AM

LTGM
Thx!

This revision was automatically updated to reflect the committed changes.