repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2004-04-13-FPCMOV-Crash.ll
blob
915dc4e4160930a78c286d05cf0c832309fc3a2f
1
; RUN: llc < %s -mtriple=i686--
2
3
define double @test(double %d) {
4
%X = select i1 false, double %d, double %d ; <double> [#uses=1]
5
ret double %X
6
}
7