[PATCH] D124093: [PowerPC] Fixing implicit castings in altivec for -fno-lax-vector-conversions
Lei Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 12:43:11 PDT 2022
lei marked an inline comment as not done.
lei added inline comments.
================
Comment at: clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat.c:8
// RUN: -D__XL_COMPAT_ALTIVEC__ -target-cpu pwr8 | FileCheck %s
-// RUN: %clang_cc1 -no-opaque-pointers -target-feature +altivec -target-feature +vsx \
+// RUN: %clang_cc1 -flax-vector-conversions=none -no-opaque-pointers -target-feature +altivec -target-feature +vsx \
// RUN: -triple powerpc64le-unknown-linux-gnu -emit-llvm %s -o - \
----------------
nemanjai wrote:
> I don't know why only one of the functions below has checks for this run line, but that needs to be fixed. Please add the `NOCOMPAT` checks on the other functions.
Can we address this on a followup patch? Since it's not related to the work here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124093/new/
https://reviews.llvm.org/D124093
More information about the cfe-commits
mailing list