[llvm-exegesis] Unbreak analysis-uops-variant.test introduced in D52825
A `defined(NDEBUG) && !defined(LLVM_ENABLE_DUMP)` build does not call writeEscaped and there will be no `SBWriteZeroLatency` in the output. llvm-svn: 343751
This commit is contained in:
parent
08ae6774eb
commit
5fbdce131d
|
|
@ -1,7 +1,6 @@
|
|||
# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-inconsistencies-output-file="" -analysis-numpoints=1 | FileCheck %s
|
||||
|
||||
# CHECK: cluster_id,opcode_name,config,sched_class,SBPort0,SBPort1,SBPort23,SBPort4,SBPort5,NumMicroOps
|
||||
# CHECK-NEXT: SBWriteZeroLatency
|
||||
|
||||
---
|
||||
mode: uops
|
||||
|
|
|
|||
Loading…
Reference in New Issue