repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
lakemont.ll
blob
49946890822f60c35768b01dc594cf13f4b1ac45
1
; RUN: llc < %s -mtriple=i686-- -mcpu=lakemont | FileCheck %s
2
3
; Make sure -mcpu=lakemont implies soft floats.
4
define float @test(float %a, float %b) nounwind readnone {
5
; CHECK-LABEL: test:
6
; CHECK: __addsf3
7
%add = fadd float %a, %b
8
ret float %add
9
}