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