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
/
red-zone2.ll
blob
c7e855b011b399a99a6f6a18a2a19162f73a8740
1
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
2
; CHECK-LABEL: f0:
3
; CHECK: subq
4
; CHECK: addq
5
6
define x86_fp80 @f0(float %f) nounwind readnone noredzone {
7
entry:
8
%0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1]
9
ret x86_fp80 %0
10
}