mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
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:
parent
1722eeeaa4
commit
bdcb9dfc3a
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user