]> granicus.if.org Git - clang/commit
[SystemZ] Support z15 processor name
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 20 Sep 2019 23:06:03 +0000 (23:06 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 20 Sep 2019 23:06:03 +0000 (23:06 +0000)
commit284e55561b91424f97f4e181de06aa2c71106937
tree6ffd02c5495c493c57c1f9135c69829fb0995d22
parentfa5a578fb01b59941eb702c0f9573cc0e7cb84dd
[SystemZ] Support z15 processor name

The recently announced IBM z15 processor implements the architecture
already supported as "arch13" in LLVM.  This patch adds support for
"z15" as an alternate architecture name for arch13.

Corrsponding LLVM support was committed as rev. 372435.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372436 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets/SystemZ.cpp
test/CodeGen/builtins-systemz-vector3-error.c
test/CodeGen/builtins-systemz-vector3.c
test/CodeGen/builtins-systemz-zvector3-error.c
test/CodeGen/builtins-systemz-zvector3.c
test/CodeGen/systemz-abi-vector.c
test/CodeGen/systemz-abi.c
test/CodeGen/target-data.c
test/Driver/systemz-march.c
test/Misc/target-invalid-cpu-note.c
test/Preprocessor/predefined-arch-macros.c