[llvm] [RISCV] Exclude X1 and X5 from register scavenging for long branch. (PR #80215)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 10:51:35 PST 2024
preames wrote:
> Don't we fall back to emergency spill?
You're correct. I didn't read far enough down in the existing code and got distracted by the /*AllowSpill=*/false bit.
https://github.com/llvm/llvm-project/pull/80215
More information about the llvm-commits
mailing list