[clang] [llvm] [Clang][AArch64] Add customisable immediate range checking to NEON (PR #100278)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 06:18:55 PDT 2024
================
@@ -1,444 +1,596 @@
-// RUN: %clang_cc1 -triple arm64-apple-ios -target-feature +neon \
-// RUN: -target-feature +v8.3a \
-// RUN: -target-feature +fullfp16 \
-// RUN: -disable-O0-optnone -emit-llvm -o - %s | opt -S -O1 | FileCheck %s
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple arm64-linux-gnu -target-feature +neon \
----------------
SpencerAbson wrote:
Just an artifact of recreating that test file - though I have reverted this file back to it's previous state following our resolution of `vcmla_laneq_f16`, which was the reason this was originally changed at all.
https://github.com/llvm/llvm-project/pull/100278
More information about the cfe-commits
mailing list