Sign in
swiftshader
/
SwiftShader
/
51562f15f4ad9cc7c0ea1a0e528a4f2c4aa89202
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
asm-large-immediate.ll
blob: 605665bef6d1909d18a0de0d1c182373135218fe [
file
]
; RUN: llc < %s | grep 68719476738
define
void
@test
()
{
entry
:
tail
call
void
asm
sideeffect
"/* result: ${0:c} */"
,
"i,~{dirflag},~{fpsr},~{flags}"
(
i64
68719476738
)
ret
void
}