aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2022-10-25 00:18:45 -0500
committerKewen Lin <linkw@linux.ibm.com>2022-10-25 00:18:45 -0500
commit321f89e58510dd5df1b3dbe323344b987a7b11c6 (patch)
tree616d6ff748875fd558fccd7f1ce5bfab2e3e082f /gcc/expr.cc
parent958014f369c8817184af110f8eb2c433a712fd0a (diff)
downloadgcc-321f89e58510dd5df1b3dbe323344b987a7b11c6.zip
gcc-321f89e58510dd5df1b3dbe323344b987a7b11c6.tar.gz
gcc-321f89e58510dd5df1b3dbe323344b987a7b11c6.tar.bz2
rs6000/test: Support vect_long_long effective target
Currently effective target vect_long_long doesn't have power specific check, I think it's an oversight. This is to add the support which checks for has_arch_pwr8, since we set rs6000_vector_unit[V2DImode] as: (TARGET_P8_VECTOR) ? VECTOR_P8_VECTOR : VECTOR_NONE; it means its full support starts from ISA 2.07. Although ISA 2.06 has some instructions like lxvd2x and stxvd2x etc., it's used for testing, checking for ISA 2.07 is more sensitive. gcc/testsuite/ChangeLog: * lib/target-supports.exp (check_effective_target_vect_long_long): Add support for powerpc*-*-*.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions