llvm-project
9093bc7e - [llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() == 0 (#143840)

Commit
104 days ago
[llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() == 0 (#143840) This allows llvm-exegesis to skip instructions that lack scheduling information, avoiding invalid benchmarking. e.g. `InstB` in RISC-V.
Author
Parents
Loading