[PATCH] D68979: [RISCV] Handle variable sized objects with the stack need to be  realigned
    Luís Marques via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 24 08:35:17 PDT 2019
    
    
  
luismarques added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/stack-realignment-with-variable-sized-objects.ll:9
+
+define void @caller(i32 %n) nounwind {
+; RV32I-LABEL: caller:
----------------
This should also be tested with FP and CFI directives.
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