[all-commits] [llvm/llvm-project] 579393: [PowerPC] Fix signature of lxvp and stxvp builtins
Quinn Pham via All-commits
all-commits at lists.llvm.org
Tue Sep 21 09:19:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57939309501c33b264b777e04186c7747ebc3de1
https://github.com/llvm/llvm-project/commit/57939309501c33b264b777e04186c7747ebc3de1
Author: Quinn Pham <Quinn.Pham at ibm.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/test/CodeGen/builtins-ppc-pair-mma.c
M clang/test/Sema/ppc-pair-mma-types.c
Log Message:
-----------
[PowerPC] Fix signature of lxvp and stxvp builtins
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.
Reviewed By: lei, Conanap
Differential Revision: https://reviews.llvm.org/D109996
More information about the All-commits
mailing list