[PATCH] D52825: [llvm-exegesis] Resolve variant classes in analysis.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 20:36:30 PDT 2018


MaskRay added a comment.

A Release build (where `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` is false) does not call `writeEscaped` and there will be no `SBWriteZeroLatency` in the output of `test/tools/llvm-exegesis/X86/analysis-uops-variant.test`

I have removed the second check line to unbreak the test. Please fix it properly:)


Repository:
  rL LLVM

https://reviews.llvm.org/D52825





More information about the llvm-commits mailing list