[PowerPC] Fix parameters for __builtin_crypto_vsbox
authorStefan Pintilie <stefanp@ca.ibm.com>
Fri, 14 Oct 2022 14:51:06 +0000 (09:51 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 14 Oct 2022 18:30:59 +0000 (13:30 -0500)
commit6897dbc46329cc8cc3f58b9e4809dd400218b8ae
tree930c980224171469e3ceca53ab4383ab74447d75
parenta43c0974f07452c44708a184fbbfbe93daa9e132
[PowerPC] Fix parameters for __builtin_crypto_vsbox

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.

Reviewed By: amyk

Differential Revision: https://reviews.llvm.org/D135834
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Headers/altivec.h
clang/test/CodeGen/PowerPC/builtins-ppc-crypto.c