This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix parameters for __builtin_crypto_vsbox
ClosedPublic

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

Details

Reviewers
lei
nemanjai
amyk
Group Reviewers
Restricted Project
Commits
rG6897dbc46329: [PowerPC] Fix parameters for __builtin_crypto_vsbox
Summary

The documentation specifies that the input and ouput for the builtin
__builtin_crypto_vsbox should be vector unsigned char.

This patch fixes this type for the builtin.

Diff Detail

Event Timeline

stefanp created this revision.Oct 12 2022, 5:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 5:32 PM
stefanp requested review of this revision.Oct 12 2022, 5:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 5:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
stefanp added a reviewer: Restricted Project.Oct 12 2022, 5:33 PM
stefanp added a reviewer: amyk.
amyk accepted this revision as: amyk.Oct 14 2022, 6:52 AM

LGTM.

This revision is now accepted and ready to land.Oct 14 2022, 6:52 AM
This revision was automatically updated to reflect the committed changes.