[PATCH] D69385: [RISCV] Fix CFA when doing split sp adjustment with fp

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 10:38:14 PDT 2019


luismarques marked 2 inline comments as done.
luismarques added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:294
+              FirstSPAdjustAmount
+                  ? -FirstSPAdjustAmount + RVFI->getVarArgsSaveSize()
+                  : -FPOffset;
----------------
lenary wrote:
> Is there a varargs-based test for this patch?
There is now. Good catch! :)


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