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
/
2009-02-28-CastOpc.ll
blob
ee98d41bdf99dd220bf1912ce589a195db6cf00f
1
; RUN: llvm-as < %s | llvm-dis
2
3
type i32
4
5
define void @foo() {
6
bitcast %0* null to i32*
7
ret void
8
}