aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-remarkutil/size-diff/no-difference.test
blob: 8550339bebc4d8ac5d1a84e82a030c60e14a5363 (plain)
1
2
3
4
5
6
7
8
9
10
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
RUN: llvm-remarkutil size-diff %p/Inputs/1-func-1-instr-1-stack.yaml %p/Inputs/1-func-1-instr-1-stack.yaml | FileCheck -strict-whitespace %s
RUN: llvm-remarkutil yaml2bitstream -o %t.bitstream %p/Inputs/1-func-1-instr-1-stack.yaml
RUN: llvm-remarkutil size-diff %t.bitstream %p/Inputs/1-func-1-instr-1-stack.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