[llvm-branch-commits] [clang] [llvm] [RISCV] Add subtarget features for profiles (PR #84877)
Kito Cheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 26 03:57:54 PDT 2024
================
@@ -65,10 +65,27 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
VentanaVeyron,
};
// clang-format on
+
+ enum RISCVProfileEnum : uint8_t {
----------------
kito-cheng wrote:
This can remove
https://github.com/llvm/llvm-project/pull/84877
More information about the llvm-branch-commits
mailing list