[llvm] r309855 - [AArch64] Add Exynos M2 feature test (NFC)

Evandro Menezes via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 11:55:34 PDT 2017


Author: evandro
Date: Wed Aug  2 11:55:34 2017
New Revision: 309855

URL: http://llvm.org/viewvc/llvm-project?rev=309855&view=rev
Log:
[AArch64] Add Exynos M2 feature test (NFC)

Test fusion of AES operations.

Modified:
    llvm/trunk/test/CodeGen/AArch64/misched-fusion-aes.ll

Modified: llvm/trunk/test/CodeGen/AArch64/misched-fusion-aes.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/misched-fusion-aes.ll?rev=309855&r1=309854&r2=309855&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/misched-fusion-aes.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/misched-fusion-aes.ll Wed Aug  2 11:55:34 2017
@@ -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)




More information about the llvm-commits mailing list