File tree Expand file tree Collapse file tree 4 files changed +3
-250
lines changed
clang/test/CodeGen/AArch64 Expand file tree Collapse file tree 4 files changed +3
-250
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments