Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeGen/neon-crypto.c @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
220:42394fc6a535 | 221:79ff65ed7e25 |
---|---|
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 |