mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
New test case.
llvm-svn: 31796
This commit is contained in:
parent
fc1b3d8bc8
commit
52e56e66d1
@ -7,12 +7,12 @@ target pointersize = 32
|
||||
|
||||
declare float %fabsf(float)
|
||||
|
||||
float %fabsftest(float %X) {
|
||||
float %test1(float %X) {
|
||||
%Y = call float %fabsf(float %X)
|
||||
ret float %Y
|
||||
}
|
||||
|
||||
double %fabstest2(double %X) {
|
||||
double %test2(double %X) {
|
||||
%Y = setge double %X, -0.0
|
||||
%Z = sub double -0.0, %X
|
||||
%Q = select bool %Y, double %X, double %Z
|
||||
|
11
test/Regression/CodeGen/X86/xmm-r64.ll
Normal file
11
test/Regression/CodeGen/X86/xmm-r64.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64
|
||||
|
||||
<4 x int> %test() {
|
||||
%tmp1039 = call <4 x int> %llvm.x86.sse2.psll.d( <4 x int> zeroinitializer, <4 x int> zeroinitializer ) ; <<4 x int>> [#uses=1]
|
||||
%tmp1040 = cast <4 x int> %tmp1039 to <2 x long> ; <<2 x long>> [#uses=1]
|
||||
%tmp1048 = add <2 x long> %tmp1040, zeroinitializer ; <<2 x long>> [#uses=1]
|
||||
%tmp1048 = cast <2 x long> %tmp1048 to <4 x int> ; <<4 x int>> [#uses=1]
|
||||
ret <4 x int> %tmp1048
|
||||
}
|
||||
|
||||
declare <4 x int> %llvm.x86.sse2.psll.d(<4 x int>, <4 x int>)
|
Loading…
Reference in New Issue
Block a user