mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Correct a missing RUN line in the ARM codegen test for fneg ops. We should also explicitly specify +/-neonfp.
The bug was introduced at r99570 when use of "-arm-use-neon-fp" was removed. Differential Revision: http://reviews.llvm.org/D4846 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7f37d823b
commit
7c0fa0cfab
@ -1,9 +1,12 @@
|
||||
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix=VFP2
|
||||
|
||||
; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - \
|
||||
; RUN: llc -mtriple=arm-eabi -mattr=+neon,-neonfp %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix=NFP0
|
||||
|
||||
; RUN: llc -mtriple=arm-eabi -mattr=+neon,+neonfp %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix=NFP1
|
||||
|
||||
; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix=CORTEXA8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user