S/390: Emit vector alignment hints for z13 if AS accepts them
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Thu, 4 Jun 2020 11:50:49 +0000 (13:50 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Tue, 16 Jun 2020 15:30:28 +0000 (17:30 +0200)
commit929fd91ba975eebf9e57f7f092041271dcaf0c34
tree4ef5ac0b831d0ccb0aeb01e4da3fde26d5bd2c81
parentdc39db873670bea8d8e655444387ceaa53a01a79
S/390: Emit vector alignment hints for z13 if AS accepts them

Since 87cb9423add vector alignment hints are emitted for target z13,
too.  This patch changes this behaviour in the sense that alignment
hints are only emitted for target z13 if the assembler accepts them.

gcc/ChangeLog:

* config.in: Regenerate.
* config/s390/s390.c (print_operand): Emit vector alignment hints
for target z13, if AS accepts them.  For other targets the logic
stays the same.
* config/s390/s390.h (TARGET_VECTOR_LOADSTORE_ALIGNMENT_HINTS): Define
macro.
* configure: Regenerate.
* configure.ac: Check HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13.
gcc/config.in
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/configure
gcc/configure.ac