[PATCH] D62007: [RISCV] Minimal stack realignment support

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 07:26:43 PDT 2019


lenary updated this revision to Diff 213361.
lenary edited the summary of this revision.
lenary added a comment.

Address review feedback

- implement targetHandlesStackFrameRounding to prevent stack being rounded twice.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62007/new/

https://reviews.llvm.org/D62007

Files:
  llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  llvm/lib/Target/RISCV/RISCVFrameLowering.h
  llvm/test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-common.ll
  llvm/test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-ilp32d-common.ll
  llvm/test/CodeGen/RISCV/calling-conv-lp64-lp64f-lp64d-common.ll
  llvm/test/CodeGen/RISCV/calling-conv-lp64.ll
  llvm/test/CodeGen/RISCV/double-calling-conv.ll
  llvm/test/CodeGen/RISCV/stack-realignment-unsupported.ll
  llvm/test/CodeGen/RISCV/stack-realignment.ll
  llvm/test/CodeGen/RISCV/vararg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62007.213361.patch
Type: text/x-patch
Size: 44330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190805/cae1d958/attachment.bin>


More information about the llvm-commits mailing list