See PR38884.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23395 Build 23394: arc lint + arc unit
Event Timeline
tools/llvm-exegesis/lib/Analysis.cpp | ||
---|---|---|
27 | 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–110 | Move the documentation next to the function and add relevant documentation for the struct | |
106 | move to cc? | |
107 | newline |
tools/llvm-exegesis/lib/Analysis.h | ||
---|---|---|
110 | 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:)
move to cc?