[all-commits] [llvm/llvm-project] 1283cc: Support z16 processor name
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Thu Apr 21 10:58:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1283ccb610feef4f2e0edf22f66a705155a0e0c7
https://github.com/llvm/llvm-project/commit/1283ccb610feef4f2e0edf22f66a705155a0e0c7
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M clang/lib/Basic/Targets/SystemZ.cpp
M clang/test/CodeGen/SystemZ/builtins-systemz-vector4.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector4-error.c
M clang/test/CodeGen/SystemZ/builtins-systemz-zvector4.c
M clang/test/CodeGen/SystemZ/systemz-abi-vector.c
M clang/test/CodeGen/SystemZ/systemz-abi.c
M clang/test/Driver/systemz-march.c
M clang/test/Misc/target-invalid-cpu-note.c
M clang/test/Preprocessor/predefined-arch-macros.c
M llvm/lib/Support/Host.cpp
M llvm/lib/Target/SystemZ/SystemZProcessors.td
M llvm/test/CodeGen/SystemZ/vec-intrinsics-04.ll
R llvm/test/MC/Disassembler/SystemZ/insns-arch14.txt
A llvm/test/MC/Disassembler/SystemZ/insns-z16.txt
R llvm/test/MC/SystemZ/insn-bad-arch14.s
A llvm/test/MC/SystemZ/insn-bad-z16.s
R llvm/test/MC/SystemZ/insn-good-arch14.s
A llvm/test/MC/SystemZ/insn-good-z16.s
M llvm/unittests/Support/Host.cpp
Log Message:
-----------
Support z16 processor name
The recently announced IBM z16 processor implements the architecture
already supported as "arch14" in LLVM. This patch adds support for
"z16" as an alternate architecture name for arch14.
More information about the All-commits
mailing list