]> granicus.if.org Git - clang/commit
[SystemZ] Add support for IBM z14 processor (2/3)
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 17 Jul 2017 17:46:47 +0000 (17:46 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 17 Jul 2017 17:46:47 +0000 (17:46 +0000)
commitef3b1915da5423251662b2e80786194610f5a756
tree778005b39cc5a814e466d9174871051525bb527a
parent415078929161965d6caa5e7df33c6d90f121dafb
[SystemZ] Add support for IBM z14 processor (2/3)

This patch extends the -fzvector language feature to enable the new
"vector float" data type when compiling at -march=z14.  This matches
the updated extension definition implemented by other compilers for
the platform, which is indicated to applications by pre-defining
__VEC__ to 10302 (instead of 10301).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308198 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Sema/DeclSpec.cpp
test/CodeGen/zvector2.c [new file with mode: 0644]
test/Preprocessor/predefined-arch-macros.c
test/Sema/zvector2.c [new file with mode: 0644]