[all-commits] [llvm/llvm-project] 6897db: [PowerPC] Fix parameters for __builtin_crypto_vsbox
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Fri Oct 14 11:31:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6897dbc46329cc8cc3f58b9e4809dd400218b8ae
https://github.com/llvm/llvm-project/commit/6897dbc46329cc8cc3f58b9e4809dd400218b8ae
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/PowerPC/builtins-ppc-crypto.c
Log Message:
-----------
[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
More information about the All-commits
mailing list