Give the assembler some input.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32903 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-01-05 16:45:06 +00:00
parent 1722eeeaa4
commit bdcb9dfc3a

View File

@ -1,6 +1,7 @@
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 &&
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | grep pslldq | wc -l | grep 1 &&
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | not getp test
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | \
; RUN: grep pslldq | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not getp test
define float %test1(float %a, float %b) {
%tmp = tail call float %copysignf( float %b, float %a )