From 3840db527b416c21e39926df17910c0840bf8014 Mon Sep 17 00:00:00 2001 From: Evandro Menezes Date: Wed, 2 Aug 2017 18:55:34 +0000 Subject: [PATCH] [AArch64] Add Exynos M2 feature test (NFC) Test fusion of AES operations. llvm-svn: 309855 --- llvm/test/CodeGen/AArch64/misched-fusion-aes.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll b/llvm/test/CodeGen/AArch64/misched-fusion-aes.ll index 9c3af6dae300..7901a20ca65f 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)