[PATCH] D135300: [PowerPC] Fix types for vcipher builtins.

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 12:03:45 PDT 2022


stefanp created this revision.
stefanp added reviewers: nemanjai, lei.
Herald added subscribers: shchenz, kbarton.
Herald added a project: All.
stefanp requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135300

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/lib/Headers/altivec.h
  clang/test/CodeGen/PowerPC/builtins-ppc-crypto.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135300.465497.patch
Type: text/x-patch
Size: 7906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221005/04432b82/attachment.bin>


More information about the llvm-commits mailing list