[all-commits] [llvm/llvm-project] d00f59: [SystemZ][z/OS] Fix the entry point marker for lea...

Neumann Hon via All-commits all-commits at lists.llvm.org
Wed Aug 23 06:51:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d00f59893e09aa37b43bfde590c66c9ee1f5d312
      https://github.com/llvm/llvm-project/commit/d00f59893e09aa37b43bfde590c66c9ee1f5d312
  Author: Neumann Hon <neumann.hon at ibm.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
    M llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll
    M llvm/test/MC/GOFF/ppa1.ll

  Log Message:
  -----------
  [SystemZ][z/OS] Fix the entry point marker for leaf functions

The function emitFunctionEntryLabel does not look at whether or not a function is a leaf when setting the entry flags, and instead blindly marks all functions as non-leaf routines.

Differential Revision: https://reviews.llvm.org/D157701

Reviewed By: uweigand




More information about the All-commits mailing list