From 7220572e74844aa37b1b492ef67a8c1b403a254f Mon Sep 17 00:00:00 2001 From: Bernard Ogden Date: Mon, 14 Oct 2013 13:16:57 +0000 Subject: Add subtarget feature support for Cortex-A53 Some previous implicit defaults have changed, for example FP and NEON are now on by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192590 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/invalid-fp-armv8.s | 2 +- test/MC/ARM/invalid-neon-v8.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/MC') diff --git a/test/MC/ARM/invalid-fp-armv8.s b/test/MC/ARM/invalid-fp-armv8.s index d640dc1..21adb7e 100644 --- a/test/MC/ARM/invalid-fp-armv8.s +++ b/test/MC/ARM/invalid-fp-armv8.s @@ -1,4 +1,4 @@ -@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=+fp-armv8 < %s 2>&1 | FileCheck %s --check-prefix=V8 +@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=V8 @ VCVT{B,T} diff --git a/test/MC/ARM/invalid-neon-v8.s b/test/MC/ARM/invalid-neon-v8.s index 7aaf277..361946d 100644 --- a/test/MC/ARM/invalid-neon-v8.s +++ b/test/MC/ARM/invalid-neon-v8.s @@ -1,4 +1,4 @@ -@ RUN: not llvm-mc -triple armv8 -mattr=+neon,+crypto -show-encoding < %s 2>&1 | FileCheck %s +@ RUN: not llvm-mc -triple armv8 -mattr=-fp-armv8 -show-encoding < %s 2>&1 | FileCheck %s vmaxnm.f32 s4, d5, q1 @ CHECK: error: invalid operand for instruction -- cgit v1.1