Files
clang-p2996/llvm/test/tools/llvm-remarkutil/size-diff/no-difference.test
Zain Jaffal 24f320e48c [RemarkUtil] Refactor llvm-remarkutil to include size-diff
This change follows from https://reviews.llvm.org/D156416 We include
`llvm-remark-size-diff` as a part of `llvm-remarkutil` under a
subcommand `size-diff`.

Differential Revision: https://reviews.llvm.org/D156515
2023-08-02 10:33:18 +01:00

8 lines
295 B
Plaintext

RUN: llvm-remarkutil size-diff %p/Inputs/1-func-1-instr-1-stack.yaml %p/Inputs/1-func-1-instr-1-stack.yaml --parser=yaml | FileCheck -strict-whitespace %s
; Same file passed twice -> no changes reported.
; CHECK-NOT: {{[0-9]+}}
; CHECK: instruction count: None
; CHECK: stack byte usage: None