brintos

brintos / llvm-project-archived public Read only

0
0
Text · 498 B · a8d904f Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -mtriple=x86_64 -relocation-model=pic < %s | FileCheck %s3 4@var = internal global i32 0, align 45 6define dso_local void @test_a() nounwind {7; CHECK-LABEL: test_a:8; CHECK:       # %bb.0:9; CHECK-NEXT:    #APP10; CHECK-NEXT:    #TEST 42 var(%rip)#11; CHECK-NEXT:    #NO_APP12; CHECK-NEXT:    retq13  tail call void asm sideeffect "#TEST ${0:a} ${1:a}#", "i,i"(i32 42, ptr @var)14  ret void15}16