LLVM/project 7eadc19 — clang/docs ReleaseNotes.rst, clang/test/Misc/target-invalid-cpu-note riscv.c
[RISCV] Add a generic OOO CPU (#120712) We add a generic out-of-order CPU model here just like what GCC has done. People may use this model to evaluate some optimizations, and more importantly, people can use this model as a template to customize their own CPU models. The design (units, cycles, ...) of this model is random so don't take it seriously.