Commit d1142a0
[RISCV] Add scheduling model for XiangShan-KunMingHu
The "XiangShan" is a high-performance open-source RISC-V processor project, and The "KunMingHu" architecture is its third generation. Official documentation can be found at:[documentation](https://xiangshan-doc.readthedocs.io/zh-cn/latest/).
This Pull Request introduces the foundational scheduling model of the KunMingHu architecture. It encompasses the basic configurations and instruction latencies of the KunMingHu core. Other components will be submitted in subsequent patches.
Co-authored-by:
Chen Jian<[email protected]>
Lv Fang<[email protected]>
Co-Authored-By: Khao7342 <[email protected]>
Co-Authored-By: huxuan0307 <[email protected]>
Co-Authored-By: Ziyue-Zhang <[email protected]>
Co-Authored-By: Lin Wang <[email protected]>
Co-Authored-By: ict-ql <[email protected]>
Co-Authored-By: bdne159 <[email protected]>
Co-Authored-By: Zhuke-bosc <[email protected]>
Co-Authored-By: 雷电霸王龙 <[email protected]>1 parent 96b67d0 commit d1142a0
File tree
6 files changed
+4306
-1
lines changed- llvm
- lib/Target/RISCV
- test/tools/llvm-mca/RISCV/XiangShan
6 files changed
+4306
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments