Summary:
Imported small internal tests:
- sctc_bug{,2,3,4}.test
(cherry picked from FBD31517120)
26 lines
293 B
ArmAsm
26 lines
293 B
ArmAsm
.text
|
|
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|
|
|
|
.globl main
|
|
.type main, @function
|
|
main:
|
|
.cfi_startproc
|
|
|
|
movsd 8(%rdi), %xmm0
|
|
ucomisd 8(%rsi), %xmm0
|
|
jp .Lend
|
|
jne .Lend
|
|
jmp foo
|
|
.Lend:
|
|
xorl %eax, %eax
|
|
retq
|
|
|
|
.cfi_endproc
|
|
.size main, .-main
|
|
|