This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8fc9eed9890 AMDGPU/GlobalISel: Legalize G_FFLOOR new 1c340c62058 [RISCV] Support stack offset exceed 32-bit for RV64
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/RISCV/RISCVFrameLowering.cpp | 6 ++-- lib/Target/RISCV/RISCVInstrInfo.cpp | 55 ++++++++++++++++++++++----------- lib/Target/RISCV/RISCVInstrInfo.h | 8 ++--- lib/Target/RISCV/RISCVRegisterInfo.cpp | 2 +- test/CodeGen/RISCV/rv64-large-stack.ll | 38 +++++++++++++++++++++++ test/CodeGen/RISCV/stack-realignment.ll | 54 +++++++++++++------------------- 6 files changed, 103 insertions(+), 60 deletions(-) create mode 100644 test/CodeGen/RISCV/rv64-large-stack.ll