[PATCH] D33836: [AArch64] Enable FeatureFuseAES for the generic processor model.
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 14:49:32 PDT 2017
javed.absar added inline comments.
================
Comment at: test/CodeGen/AArch64/misched-fusion-aes.ll:1
+; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=generic -mattr=+crypto | FileCheck %s --check-prefix=CHECK --check-prefix=CHECKCORTEX
; RUN: llc %s -o - -mtriple=aarch64-unknown -mcpu=cortex-a53 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECKCORTEX
----------------
If the cpu is generic, why is the check 'CHECKCORTEX' ?
Maybe, I am missing something.
https://reviews.llvm.org/D33836
More information about the llvm-commits
mailing list