summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/asm-large-immediate.ll
blob: 70649133712c013e48ea4062ac834263b7f6f6a3 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc | grep 68719476738

define void @test() {
entry:
        tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
        ret void
}