[all-commits] [llvm/llvm-project] 0e2e1f: [PowerPC] Fix types for vcipher builtins.
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Thu Oct 6 12:21:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e2e1fc90a01f84b982b48fb9189c06aec55baed
https://github.com/llvm/llvm-project/commit/0e2e1fc90a01f84b982b48fb9189c06aec55baed
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2022-10-06 (Thu, 06 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 types for vcipher builtins.
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.
Reviewed By: amyk
Differential Revision: https://reviews.llvm.org/D135300
More information about the All-commits
mailing list