[all-commits] [llvm/llvm-project] 64f417: [RISCV] Fix incorrect FP base CFI offset for varia...
ShivaChen via All-commits
all-commits at lists.llvm.org
Sun Feb 9 19:57:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64f417200e1020305f28f3c1e40691585f50f6ad
https://github.com/llvm/llvm-project/commit/64f417200e1020305f28f3c1e40691585f50f6ad
Author: Shiva Chen <shiva at andestech.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/test/CodeGen/RISCV/vararg.ll
Log Message:
-----------
[RISCV] Fix incorrect FP base CFI offset for variable argument functions
When the FP exists, the FP base CFI directive offset should take the size of variable arguments into account.
Differential Revision: https://reviews.llvm.org/D73862
More information about the All-commits
mailing list