llvm-project
9093bc7e
- [llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() == 0 (#143840)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#143840 - [llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() == 0
Author
tclin914
Parents
ab7aaaca
Loading