[all-commits] [llvm/llvm-project] cf6cf0: [RISCV] Handle variable sized objects with the sta...
ShivaChen via All-commits
all-commits at lists.llvm.org
Fri Nov 15 20:44:26 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cf6cf0cd147ac2524c3533fd7c7ada7f95f6da60
https://github.com/llvm/llvm-project/commit/cf6cf0cd147ac2524c3533fd7c7ada7f95f6da60
Author: Shiva Chen <shiva at andestech.com>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVFrameLowering.h
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
R llvm/test/CodeGen/RISCV/stack-realignment-unsupported.ll
A llvm/test/CodeGen/RISCV/stack-realignment-with-variable-sized-objects.ll
Log Message:
-----------
[RISCV] Handle variable sized objects with the stack need to be realigned
Differential Revision: https://reviews.llvm.org/D68979
More information about the All-commits
mailing list