File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11; REQUIRES: asserts
2- ; REQUIRES: aarch64-registered-target
32
4- ; RUN: llc -mtriple=arm64-apple-macosx - -save-stats=obj -o %t.s %s && cat %t.stats | FileCheck %s
5- ; RUN: llc -mtriple=arm64-apple-macosx - -save-stats=cwd -o %t.s %s && cat %{t:stem}.tmp.stats | FileCheck %s
6- ; RUN: llc -mtriple=arm64-apple-macosx - -save-stats -o %t.s %s && cat %{t:stem}.tmp.stats | FileCheck %s
7- ; RUN: not llc -mtriple=arm64-apple-macosx - -save-stats=invalid -o %t.s %s 2>&1 | FileCheck %s --check-prefix=INVALID_ARG
3+ ; RUN: llc --save-stats=obj -o %t.s %s && cat %t.stats | FileCheck %s
4+ ; RUN: llc --save-stats=cwd -o %t.s %s && cat %{t:stem}.tmp.stats | FileCheck %s
5+ ; RUN: llc --save-stats -o %t.s %s && cat %{t:stem}.tmp.stats | FileCheck %s
6+ ; RUN: not llc --save-stats=invalid -o %t.s %s 2>&1 | FileCheck %s --check-prefix=INVALID_ARG
87
98; CHECK: {
109; CHECK: "asm-printer.EmittedInsts":
You can’t perform that action at this time.
0 commit comments