[clang] [llvm] [RISCV] Add support for vector registers with -fzero-call-used-regs (PR #206206)
Luke Lau via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 26 23:18:25 PDT 2026
================
@@ -7057,8 +7041,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
// The backend code needs to be changed to include the appropriate function
// calls automatically.
StringRef Value = A->getValue();
----------------
lukel97 wrote:
Sorry just noticing this now, Value is dead so needs to be removed otherwise any `-Werror` buildbots will fail
https://github.com/llvm/llvm-project/pull/206206
More information about the cfe-commits
mailing list