[all-commits] [llvm/llvm-project] 55f86c: [RISCV][clang] Fix wrong VLS CC detection (#130107)
Kito Cheng via All-commits
all-commits at lists.llvm.org
Thu Mar 6 19:15:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55f86cf02336e0a1bce81403296cce6d4cfbb1e4
https://github.com/llvm/llvm-project/commit/55f86cf02336e0a1bce81403296cce6d4cfbb1e4
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M clang/lib/CodeGen/Targets/RISCV.cpp
A clang/test/CodeGen/RISCV/pr129995.cc
Log Message:
-----------
[RISCV][clang] Fix wrong VLS CC detection (#130107)
RISCVABIInfo::detectVLSCCEligibleStruct should early exit if VLS calling
convention is not used, however the sentinel value was not set to
correctly, it should be zero instead of one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list