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.
Paths
| Differential D135300
[PowerPC] Fix types for vcipher builtins. ClosedPublic Authored by stefanp on Oct 5 2022, 12:03 PM.
Details
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 TimelineThis 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 Closed by commit rG0e2e1fc90a01: [PowerPC] Fix types for vcipher builtins. (authored by stefanp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465497 clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Headers/altivec.h
clang/test/CodeGen/PowerPC/builtins-ppc-crypto.c
|
clang-format suggested style edits found: