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
/
align-inst-alloca.ll
blob
0343bebf18764d6e183333db5b6fb32fb72ec659
1
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3
define void @foo() {
4
%p = alloca i1, align 1073741824
5
ret void
6
}