[clang] [llvm] [Clang][AArch64] Add customisable immediate range checking to NEON (PR #100278)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug 16 03:45:32 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  \
----------------
Lukacma wrote:
Why was the run line changed here ?
https://github.com/llvm/llvm-project/pull/100278
    
    
More information about the llvm-commits
mailing list