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