[all-commits] [llvm/llvm-project] 0e01c7: [Clang][LoongArch] Do not pass vector arguments vi...
yjijd via All-commits
all-commits at lists.llvm.org
Mon Jan 1 19:46:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e01c72c5645259d9a08a1a7ed39cb5cc41ce311
https://github.com/llvm/llvm-project/commit/0e01c72c5645259d9a08a1a7ed39cb5cc41ce311
Author: yjijd <licongtian at loongson.cn>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M clang/lib/CodeGen/Targets/LoongArch.cpp
M clang/test/CodeGen/LoongArch/lasx/builtin-alias.c
M clang/test/CodeGen/LoongArch/lasx/builtin.c
M clang/test/CodeGen/LoongArch/lsx/builtin-alias.c
M clang/test/CodeGen/LoongArch/lsx/builtin.c
Log Message:
-----------
[Clang][LoongArch] Do not pass vector arguments via vector registers (#74990)
psABI v2.30 clarifies that vector arguments are passed according to the
base ABI by default.
More information about the All-commits
mailing list