[PATCH] D57762: [AArch64] Add support for Cortex-A76 and Cortex-A76AE
    Oliver Stannard via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  6 05:11:40 PST 2019
    
    
  
olista01 accepted this revision.
olista01 added a comment.
This revision is now accepted and ready to land.
LGTM with one minor nit.
================
Comment at: test/MC/AArch64/armv8.2a-dotprod.s:8
 // RUN: FileCheck --check-prefix=CHECK-NO-DOTPROD < %t %s
+// RUN: not llvm-mc -triple aarch64 -mcpu=cortex-a76 -mattr=-dotprod -show-encoding < %s 2> %t
+// RUN: FileCheck --check-prefix=CHECK-NO-DOTPROD < %t %s
----------------
Dot product isn't optional for Cortex-A76, so we don't need this test.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57762/new/
https://reviews.llvm.org/D57762
    
    
More information about the llvm-commits
mailing list