[PATCH] D112413: [X86] Add -mskip-rax-setup support to align with GCC
    Nick Desaulniers via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 16 13:35:49 PST 2021
    
    
  
nickdesaulniers added inline comments.
================
Comment at: llvm/test/CodeGen/X86/pr23258.ll:22
+
+declare dso_local void @bar(i32, ...)
+
----------------
nickdesaulniers wrote:
> Is there anything one the callee side that we should check? I assume the callee does some check of `%al` normally?
s/one/on/
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112413/new/
https://reviews.llvm.org/D112413
    
    
More information about the llvm-commits
mailing list