repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git]
/
test
/
Assembler
/
2004-01-20-MaxLongLong.ll
blob
8af5332ccc67e40f3f3e3eef49c1cd1ce8479436
1
; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808
2
3
global i64 -9223372036854775808
4