[llvm] [RISCV] Add `TuneVentanaVeyron` subtarget feature. (PR #70414)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 22:32:40 PDT 2023
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 8ff14223536d6645d7c92b4488e3eb676e548cb1 22bc1b1f9e24922d621da6d50990050fbe6c996f -- llvm/lib/Target/RISCV/RISCVSubtarget.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/RISCV/RISCVSubtarget.h b/llvm/lib/Target/RISCV/RISCVSubtarget.h
index cfd59bdcf..4e84d7932 100644
--- a/llvm/lib/Target/RISCV/RISCVSubtarget.h
+++ b/llvm/lib/Target/RISCV/RISCVSubtarget.h
@@ -46,11 +46,7 @@ struct RISCVTuneInfo {
class RISCVSubtarget : public RISCVGenSubtargetInfo {
public:
- enum RISCVProcFamilyEnum : uint8_t {
- Others,
- SiFive7,
- VentanaVeyron
- };
+ enum RISCVProcFamilyEnum : uint8_t { Others, SiFive7, VentanaVeyron };
private:
virtual void anchor();
``````````
</details>
https://github.com/llvm/llvm-project/pull/70414
More information about the llvm-commits
mailing list