Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 0572611fdcc8 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c Wed Nov 09 17:45:10 2022 +0900 @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -target-feature +fullfp16 -target-feature +v8.6a -target-feature +i8mm \ -// RUN: -fallow-half-arguments-and-returns -S -disable-O0-optnone -emit-llvm -o - %s \ +// RUN: -S -disable-O0-optnone -emit-llvm -o - %s \ // RUN: | opt -S -mem2reg -sroa \ // RUN: | FileCheck %s