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
According to my auto-simplifier the most common missed simplifications in
[llvm/stm8.git]
/
test
/
Assembler
/
2003-05-12-MinIntProblem.ll
blob
ebe169013b4c5d765b579e98685528890a5623c2
1
; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
2
3
define i32 @foo() {
4
ret i32 -2147483648
5
}