summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvandro Menezes <e.menezes@samsung.com>2017-08-02 18:55:34 +0000
committerEvandro Menezes <e.menezes@samsung.com>2017-08-02 18:55:34 +0000
commit3840db527b416c21e39926df17910c0840bf8014 (patch)
tree55fafec1821827141211cfce18b01be0238925f5 /llvm
parent1ca948a2b4aec23e9fdb8cac96df941828c845dc (diff)
downloadbcm5719-llvm-3840db527b416c21e39926df17910c0840bf8014.tar.gz
bcm5719-llvm-3840db527b416c21e39926df17910c0840bf8014.zip
[AArch64] Add Exynos M2 feature test (NFC)
Test fusion of AES operations. llvm-svn: 309855
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AArch64/misched-fusion-aes.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll b/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll
index 9c3af6dae30..7901a20ca65 100644
--- a/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll
+++ b/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll
@@ -5,6 +5,7 @@
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=cortex-a72 | FileCheck %s
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=cortex-a73 | FileCheck %s
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=exynos-m1 | FileCheck %s
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=exynos-m2 | FileCheck %s
declare <16 x i8> @llvm.aarch64.crypto.aese(<16 x i8> %d, <16 x i8> %k)
declare <16 x i8> @llvm.aarch64.crypto.aesmc(<16 x i8> %d)
OpenPOWER on IntegriCloud