]> granicus.if.org Git - llvm/commitdiff
[AArch64] Add Exynos M2 feature test (NFC)
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 2 Aug 2017 18:55:34 +0000 (18:55 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Wed, 2 Aug 2017 18:55:34 +0000 (18:55 +0000)
Test fusion of AES operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309855 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/misched-fusion-aes.ll

index 9c3af6dae300464bac18d595c85bcad4852d02da..7901a20ca65f36ea738f2bd411bf95e9ac643b95 100644 (file)
@@ -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)