Files
clang-p2996/clang/lib/CodeGen/Targets/RISCV.cpp
Kito Cheng 55f86cf023 [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.
2025-03-07 11:15:20 +08:00

32 KiB