[PATCH] D146749: [CodeGen] Fix nomerge attribute not working in tail calls.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 09:49:21 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/nomerge.ll:31
+
+; CHECK-LABEL: foo_tail:
+; CHECK-NEXT:  .cfi_startproc
----------------
This should be in the body of the @foo_tail function. Did you run utils/update_llc_test_checks.py?


================
Comment at: llvm/test/CodeGen/ARM/nomerge.ll:54
+
+; CHECK-LABEL: foo_tail:
+; CHECK:       @ %bb.0: @ %entry
----------------
These should be in the body of @foo_tail


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