xref: /llvm-project/llvm/test/tools/llvm-remarkutil/size-diff/no-difference.test (revision 24f320e48c83a70afd19165fe0bf5a5a01b88a64)
1RUN: 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
2
3; Same file passed twice -> no changes reported.
4
5; CHECK-NOT: {{[0-9]+}}
6; CHECK: instruction count: None
7; CHECK: stack byte usage: None
8