brintos

brintos / llvm-project-archived public Read only

0
0
Text · 650 B · 5325115 Raw
24 lines · plain
1# RUN: llc -mtriple=x86_64-linux-gnu -run-pass=none -o - %s | FileCheck %s2 3# Note that this file isn't a test in itself (Inputs/ is excluded from lit's4# test discovery). Instead, it is an input to the print-stack.test test that5# verifies the --print-fixed-stack option of update_mir_test_checks.py.6 7---8name:            test_arg_stack9fixedStack:10  - { id: 0, type: default, offset: 0, size: 4, alignment: 4 }11  - { id: 1, type: default, offset: 4, size: 4, alignment: 8 }12stack:           []13body:             |14  bb.1:15    RET 0, implicit $eax16...17 18---19name:            test_arg_nostack20body:             |21  bb.1:22    RET 0, implicit $eax23...24