[PATCH] D109996: [PowerPC] Fix signature of lxvp and stxvp builtins

Quinn Pham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 17 12:43:45 PDT 2021


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

This patch changes the signature of the load and store vector pair
builtins to match their documentation. The type of the `signed long long`
argument is changed to `signed long`. This patch also changes existing testcases
to match the signature change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109996

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/test/CodeGen/builtins-ppc-pair-mma.c
  clang/test/Sema/ppc-pair-mma-types.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109996.373313.patch
Type: text/x-patch
Size: 11250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210917/75fca65e/attachment.bin>


More information about the cfe-commits mailing list