[PATCH] D94986: Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code
Chris Bowler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 15:17:57 PST 2021
cebowleratibm added inline comments.
================
Comment at: clang/test/CodeGen/altivec.c:1
// RUN: %clang_cc1 -target-feature +altivec -triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-BE
// RUN: %clang_cc1 -target-feature +altivec -triple powerpcle-unknown-unknown -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-LE
----------------
I think it would be a good idea to explicitly specify the cpu while you're in here.
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