[PATCH] D69385: [RISCV] Fix CFA when doing split sp adjustment with fp
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 03:41:22 PDT 2019
lenary added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:294
+ FirstSPAdjustAmount
+ ? -FirstSPAdjustAmount + RVFI->getVarArgsSaveSize()
+ : -FPOffset;
----------------
Is there a varargs-based test for this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69385/new/
https://reviews.llvm.org/D69385
More information about the llvm-commits
mailing list