Right now we only have unit tests. This will allow testing the whole
tool. Even though We can't really check actual values, this will avoid
regressions such as PR39055.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 | You also need to be running on a CPU for which there is a llvm-exegesis-friendly sched profile (i.e. counters are specified), and you are allowed to read those counters. |
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 | Ah, yes, thanks Roman. I'll revert this. |
llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg | ||
---|---|---|
4 | Can you instead do run-time detection here? |
You also need to be running on a CPU for which there is a llvm-exegesis-friendly sched profile (i.e. counters are specified), and you are allowed to read those counters.