Sign in
swiftshader
/
SwiftShader
/
dc85364a33e23cfbaf95144c3e9d145a5dbb5c07
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Generic
/
asm-large-immediate.ll
blob: 605665bef6d1909d18a0de0d1c182373135218fe [
file
] [
log
] [
blame
]
; 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
}