You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
372 B
14 lines
372 B
; RUN: llc -march=mips < %s | FileCheck %s
|
|
|
|
define float @F(float %a) nounwind {
|
|
; CHECK: .rodata.cst4,"aM",@progbits
|
|
entry:
|
|
; CHECK: ($CPI0_{{[0-1]}})
|
|
; CHECK: ($CPI0_{{[0,1]}})
|
|
; CHECK: ($CPI0_{{[0,1]}})
|
|
; CHECK: ($CPI0_{{[0,1]}})
|
|
fadd float %a, 0x4011333340000000 ; <float>:0 [#uses=1]
|
|
fadd float %0, 0x4010666660000000 ; <float>:1 [#uses=1]
|
|
ret float %1
|
|
}
|