This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix types for vcipher builtins.
ClosedPublic

Authored by stefanp on Oct 5 2022, 12:03 PM.

Details

Reviewers
nemanjai
lei
amyk
Group Reviewers
Restricted Project
Commits
rG0e2e1fc90a01: [PowerPC] Fix types for vcipher builtins.
Summary

The documentation specifies that the parameters for the vcipher builtins are

vector unsigned char

The code used

vector unsigned long long

This patch fixes the types for the vcipher builtins.

Diff Detail

Event Timeline

stefanp created this revision.Oct 5 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 12:03 PM
stefanp requested review of this revision.Oct 5 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 12:03 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
stefanp added a reviewer: Restricted Project.Oct 5 2022, 12:04 PM
stefanp edited the summary of this revision. (Show Details)Oct 5 2022, 12:10 PM
amyk accepted this revision as: amyk.Oct 6 2022, 6:54 AM
amyk added a subscriber: amyk.

LGTM.

This revision is now accepted and ready to land.Oct 6 2022, 6:54 AM
This revision was landed with ongoing or failed builds.Oct 6 2022, 12:21 PM
This revision was automatically updated to reflect the committed changes.