Skip to content

Commit

Permalink
fix neon.c test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHyA committed Nov 20, 2024
1 parent 45a0669 commit a3a9d5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clang/test/CIR/CodeGen/AArch64/neon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
// RUN: -flax-vector-conversions=none -emit-cir -o %t.cir %s
// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s

// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
// RUN: %clang -c -g -target arm64-linux-gnu -Xclang -target-feature +neon \
// RUN: -fclangir -disable-O0-optnone \
// RUN: -flax-vector-conversions=none -emit-llvm -fno-clangir-call-conv-lowering -o - %s \
// RUN: -flax-vector-conversions=none -Xclang -emit-llvm \
// RUN: -fno-clangir-call-conv-lowering -o - %s \
// RUN: | opt -S -passes=mem2reg,simplifycfg -o %t.ll
// RUN: FileCheck --check-prefix=LLVM --input-file=%t.ll %s

Expand Down

0 comments on commit a3a9d5b

Please sign in to comment.