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
8 lines
295 B
Plaintext
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
|