repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git]
/
test
/
CodeGen
/
CBackend
/
2004-12-28-LogicalConstantExprs.ll
blob
57a9adc7e89a30fe06b6e38439cc3e690cf86b14
1
; RUN: llc < %s -march=c
2
3
define i32 @foo() {
4
ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
5
}