brintos

brintos / llvm-project-archived public Read only

0
0
Text · 654 B · fa50b56 Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2; RUN: llc -mtriple=m68k --relocation-model=pic -O0 -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - | FileCheck %s3 4define void @test_pic() nounwind {5  ; CHECK-LABEL: name: test_pic6  ; CHECK: bb.1 (%ir-block.0):7  ; CHECK-NEXT:   ADJCALLSTACKDOWN 0, 0, implicit-def $sp, implicit-def $ccr, implicit $sp8  ; CHECK-NEXT:   CALLq @test_pic_callee, csr_std, implicit $sp9  ; CHECK-NEXT:   ADJCALLSTACKUP 0, 0, implicit-def $sp, implicit-def $ccr, implicit $sp10  ; CHECK-NEXT:   RTS11  call void @test_pic_callee()12  ret void13}14declare void @test_pic_callee()15