[llvm] [RISCV] Add `TuneVentanaVeyron` subtarget feature. (PR #70414)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 27 14:40:30 PDT 2023
================
@@ -46,11 +46,13 @@ struct RISCVTuneInfo {
class RISCVSubtarget : public RISCVGenSubtargetInfo {
public:
+ // clang-format off
enum RISCVProcFamilyEnum : uint8_t {
Others,
SiFive7,
+ VentanaVeyron
----------------
topperc wrote:
Leave a trailing comma after this. Makes it easier to insert new CPUs without touching this line.
https://github.com/llvm/llvm-project/pull/70414
More information about the llvm-commits
mailing list