[all-commits] [llvm/llvm-project] 3e139b: [SystemZ][z/OS] Add support for function name fiel...
Neumann Hon via All-commits
all-commits at lists.llvm.org
Thu Aug 10 01:42:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e139be29f8cd30f5ffab5ddf22dd4c8527cd541
https://github.com/llvm/llvm-project/commit/3e139be29f8cd30f5ffab5ddf22dd4c8527cd541
Author: Neumann Hon <neumann.hon at ibm.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll
Log Message:
-----------
[SystemZ][z/OS] Add support for function name field of PPA1
This PR causes the PPA1 to emit the function's name if it exists. This field is not emitted for unnamed functions.
Reviewed By: uweigand
Differential Revision: https://reviews.llvm.org/D157494
More information about the All-commits
mailing list