22 lines · plain
1# REQUIRES: amdgpu-registered-target2# RUN: llvm-reduce -abort-on-invalid-reduction -simplify-mir -mtriple=amdgcn-amd-amdhsa --delta-passes=instructions --test FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t 2> %t.log3# RUN: FileCheck --match-full-lines --check-prefix=RESULT %s < %t4 5# CHECK-INTERESTINGNESS: S_ENDPGM6 7# Make sure we preserve the default value of unset maxCallFrameSize,8# and don't treat it as computed to 0.9 10# RESULT: frameInfo:11# RESULT-NOT: maxCallFrameSize12---13name: func14tracksRegLiveness: true15frameInfo:16 maxCallFrameSize: 429496729517body: |18 bb.0:19 S_NOP 020 S_ENDPGM 021...22