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