Sign in
swiftshader
/
SwiftShader
/
6b064940f650d7c043ba41593e737c5fe4a71d8e
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
CBackend
/
2004-12-28-LogicalConstantExprs.ll
blob: 629a3e48943bfc46aea8799577d88af463c555f8 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=c
define
i32
@foo
()
{
ret
i32
and
(
i32
123456
,
i32
ptrtoint
(
i32
()*
@foo
to
i32
))
}