Skip to content
Snippets Groups Projects
Commit b5c595c5 authored by Lauro Ramos Venancio's avatar Lauro Ramos Venancio
Browse files

fix fcopysign test

llvm-svn: 33503
parent 4f7d37fe
No related branches found
No related tags found
No related merge requests found
; RUN: llvm-as < fcopysign.ll | llc -march=arm &&
; RUN: llvm-as < fcopysign.ll | llc -march=arm | grep bic | wc -l | grep 2 &&
; RUN: llvm-as < fcopysign.ll | llc -march=arm -mattr=+v6,+vfp2 &&
; RUN: llvm-as < fcopysign.ll | llc -march=arm -mattr=+v6,+vfp2 | grep fneg | wc -l | grep 2
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm | grep bic | wc -l | grep 2 &&
; RUN: llvm-as < %s | llc -march=arm -mattr=+v6,+vfp2 &&
; RUN: llvm-as < %s | llc -march=arm -mattr=+v6,+vfp2 | grep fneg | wc -l | grep 2
define float %test1(float %x, double %y) {
%tmp = fpext float %x to double
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment