[PATCH] D122556: [RISCV] Add definitions for Xiangshan processors.
luxufan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 05:53:08 PDT 2022
StephenFan added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:547
+def : ProcessorModel<"xiangshan-nanhu", NoSchedModel, [Feature64Bit,
+ FeatureStdExtM,
+ FeatureStdExtA,
----------------
The document says that `xiangshan-nanhu` cpu support `RV64IMAFDC_zba_zbb_zbc_zbs_zbkb_zbkc_zbkx_zknd_zkne_zknh_zksed_zksh_svinval` . And it seems that `svinval` extension is not supported by llvm.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122556/new/
https://reviews.llvm.org/D122556
More information about the cfe-commits
mailing list