[all-commits] [llvm/llvm-project] 89a5c6: [RISCV] Return the type from detectVLSCCEligibleSt...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jun 11 21:37:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a5c690e51a0ea33c962842f90a8ec89965afa3
https://github.com/llvm/llvm-project/commit/89a5c690e51a0ea33c962842f90a8ec89965afa3
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M clang/lib/CodeGen/Targets/RISCV.cpp
Log Message:
-----------
[RISCV] Return the type from detectVLSCCEligibleStruct instead of using an output argument. NFC (#203423)
We can replace the previous bool return with the type and use nullptr for
false.
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