See PR38884.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
27 ↗ | (On Diff #168086) | You may want to split this function in two functions, the last argument is awkward. bool IsVariant(const llvm::MCSubtargetInfo &STI, unsigned SchedClassId); unsigned resolveSchedClassId(const llvm::MCSubtargetInfo &STI, unsigned SchedClassId, const llvm::MCInst &MCI); |
tools/llvm-exegesis/lib/Analysis.h | ||
102 ↗ | (On Diff #168086) | Move the documentation next to the function and add relevant documentation for the struct |
106 ↗ | (On Diff #168086) | move to cc? |
107 ↗ | (On Diff #168086) | newline |
tools/llvm-exegesis/lib/Analysis.h | ||
---|---|---|
110 ↗ | (On Diff #168097) | newline |
Comment Actions
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:)