comparison clang/test/CodeGen/neon-crypto.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 // RUN: %clang_cc1 -triple arm-none-linux-gnueabi -target-feature +neon \ 1 // RUN: %clang_cc1 -triple arm-none-linux-gnueabi -target-feature +neon \
2 // RUN: -target-feature +crypto -target-cpu cortex-a57 -emit-llvm -O1 -o - %s | FileCheck %s 2 // RUN: -target-feature +sha2 -target-feature +aes \
3 // RUN: -target-cpu cortex-a57 -emit-llvm -O1 -o - %s | FileCheck %s
3 4
4 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \ 5 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
5 // RUN: -target-feature +crypto -emit-llvm -O1 -o - %s | FileCheck %s 6 // RUN: -target-feature +sha2 -target-feature +aes \
7 // RUN: -emit-llvm -O1 -o - %s | FileCheck %s
6 // RUN: not %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \ 8 // RUN: not %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
7 // RUN: -S -O3 -o - %s 2>&1 | FileCheck --check-prefix=CHECK-NO-CRYPTO %s 9 // RUN: -S -O3 -o - %s 2>&1 | FileCheck --check-prefix=CHECK-NO-CRYPTO %s
8 10
9 // Test new aarch64 intrinsics and types 11 // Test new aarch64 intrinsics and types
10 12