LLVM/project 7eadc19clang/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.
DeltaFile
+562-0llvm/test/tools/llvm-mca/RISCV/GenericOOO/atomic.s
+499-0llvm/lib/Target/RISCV/RISCVSchedGenericOOO.td
+465-0llvm/test/tools/llvm-mca/RISCV/GenericOOO/integer.s
+438-0llvm/test/tools/llvm-mca/RISCV/GenericOOO/floating-point.s
+2-0llvm/lib/Target/RISCV/RISCVProcessors.td
+1-1llvm/lib/Target/RISCV/RISCV.td
+2-0clang/test/Misc/target-invalid-cpu-note/riscv.c
+2-0clang/docs/ReleaseNotes.rst
+1,971-18 files

UnifiedSplitRaw