Sign in
swiftshader
/
SwiftShader
/
2ff3639d85d76d1d644267277e283d7c78dabc3c
/
.
/
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
))
}