llvm-project
55f86cf0
- [RISCV][clang] Fix wrong VLS CC detection (#130107)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
206 days ago
[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.
References
#130107 - [RISCV][clang] Fix wrong VLS CC detection
Author
kito-cheng
Parents
8839ba41
Loading