Skip to content

Commit c2dbd50

Browse files
committed
- Removed neon-bitcast-poly.c - Updated c tests neon-scalar-copy, neon-vget and poly64 to use -fno-lax-vector-conversions
1 parent 76da023 commit c2dbd50

File tree

4 files changed

+3
-250
lines changed

4 files changed

+3
-250
lines changed

clang/test/CodeGen/AArch64/neon-bitcast-poly.c

Lines changed: 0 additions & 247 deletions
This file was deleted.

clang/test/CodeGen/AArch64/neon-scalar-copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
1+
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -flax-vector-conversions=none\
22
// RUN: -disable-O0-optnone -emit-llvm -o - %s | opt -S -passes=mem2reg | FileCheck %s
33

44
// REQUIRES: aarch64-registered-target || arm-registered-target

clang/test/CodeGen/AArch64/neon-vget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon \
1+
// RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -flax-vector-conversions=none \
22
// RUN: -disable-O0-optnone -emit-llvm -o - %s \
33
// RUN: | opt -S -passes=mem2reg | FileCheck %s
44

clang/test/CodeGen/AArch64/poly64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2-
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
2+
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -flax-vector-conversions=none\
33
// RUN: -ffp-contract=fast -disable-O0-optnone -emit-llvm -o - %s | opt -S -passes=mem2reg,sroa \
44
// RUN: | FileCheck %s
55

0 commit comments

Comments
 (0)