[PATCH] D146749: [CodeGen] Fix nomerge attribute not working in tail calls.
    Zequan Wu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 27 10:17:50 PDT 2023
    
    
  
zequanwu added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/nomerge.ll:31
+
+; CHECK-LABEL: foo_tail:
+; CHECK-NEXT:  .cfi_startproc
----------------
craig.topper wrote:
> This should be in the body of the @foo_tail function. Did you run utils/update_llc_test_checks.py?
Updated. I didn't realize those CHECKs were generated by the script.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146749/new/
https://reviews.llvm.org/D146749
    
    
More information about the llvm-commits
mailing list