[all-commits] [llvm/llvm-project] 42de2b: [SystemZ/z/OS] Add library names for intrinsics (#...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Tue Oct 3 08:54:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42de2b7e9911a1cafa818d5c5ec1124e6aec79a4
https://github.com/llvm/llvm-project/commit/42de2b7e9911a1cafa818d5c5ec1124e6aec79a4
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
A llvm/lib/Target/SystemZ/ZOSLibcallNames.def
A llvm/test/CodeGen/SystemZ/zos-intrinsics.ll
Log Message:
-----------
[SystemZ/z/OS] Add library names for intrinsics (#68114)
On z/OS, many library functions have a non-standard name. This change
initializes the table of runtime function which results from lowering
intrinsics to library calls.
More information about the All-commits
mailing list