Callee save registers must be preserved, so -fzero-call-used-regs should not be zeroing them. The previous implementation only did not zero callee save registers that were saved&restored inside the function, but we need preserve all of them
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo