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
/
negative_zero.ll
blob
534cfc67eea7677076d54051d2291884871d3fd1
1
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s
2
3
; CHECK: fchs
4
5
6
define double @T() {
7
ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
8
}