[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / asm-large-immediate.ll
blob83690716a9e22eccfe324cc6854bcd95ababfff5
1 ; RUN: llc < %s -mtriple=aarch64-eabi -no-integrated-as | FileCheck %s
3 define void @test() {
4 entry:
5 ; CHECK: /* result: 68719476738 */
6         tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
7 ; CHECK: /* result: -68719476738 */
8         tail call void asm sideeffect "/* result: ${0:n} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
9         ret void