[PATCH] D68979: [RISCV] Handle variable sized objects with the stack need to be realigned

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 18:52:45 PDT 2019


shiva0217 marked an inline comment as done.
shiva0217 added inline comments.
Herald added a subscriber: sameer.abuasal.


================
Comment at: llvm/test/CodeGen/RISCV/stack-realignment-with-variable-sized-objects.ll:9
+
+define void @caller(i32 %n) nounwind {
+; RV32I-LABEL: caller:
----------------
luismarques wrote:
> This should also be tested with FP and CFI directives.
For the frame contain variable-sized objects, hasFP() will return true. Ok, I'll add CFI checking line, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68979





More information about the llvm-commits mailing list