[PATCH] D94986: Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code
Zarko Todorovski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 20 10:48:13 PST 2021
ZarkoCA marked 3 inline comments as done.
ZarkoCA added inline comments.
================
Comment at: clang/test/CodeGen/altivec.c:13
// RUN: not %clang -S -emit-llvm -maltivec -target powerpc64-unknown-aix %s 2>&1 | FileCheck %s --check-prefix=AIX-ERROR
-// RUN: not %clang -S -emit-llvm -mabi=vec-default -target powerpc-unknown-aix %s 2>&1 | FileCheck %s --check-prefix=AIX-ATVER
-// RUN: not %clang -S -emit-llvm -mabi=vec-extabi -target powerpc-unknown-aix %s 2>&1 | FileCheck %s --check-prefix=AIX-ATVER
----------------
cebowleratibm wrote:
> You should keep the -mabi=vec-default diagnostic lines and remap them to the expected error. Applies to a few below.
Thanks, we should have those test cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94986/new/
https://reviews.llvm.org/D94986
More information about the cfe-commits
mailing list