[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread via cfe-commits
https://github.com/owlxiao closed https://github.com/llvm/llvm-project/pull/102899 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread Yingwei Zheng via cfe-commits
https://github.com/dtcxzyw requested changes to this pull request. After consulting with NutShell's maintainer @poemonsense, I think this PR should be rejected for the following reasons: 1. There are no commercial plans for this educational processor. 2. This project is no longer maintained. h

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread via cfe-commits
owlxiao wrote: > Some relevant context for what CPUs we permit merging into LLVM: [#102452 > (comment)](https://github.com/llvm/llvm-project/pull/102452#issuecomment-2275962014) > > How does this apply to NutShell? I'm sorry to see this. I will handle it manually once Hazard3 is merged into t

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread Jessica Clarke via cfe-commits
jrtc27 wrote: Some relevant context for what CPUs we permit merging into LLVM: https://github.com/llvm/llvm-project/pull/102452#issuecomment-2275962014 How does this apply to NutShell? https://github.com/llvm/llvm-project/pull/102899 ___ cfe-commits

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v @llvm/pr-subscribers-clang Author: Xiao (owlxiao) Changes NutShell is an open-source Linux-compatible RISC-V processor, it supports riscv64/32. Overview: https://github.com/OSCPU/NutShell This PR add two CPUs: - `nutshell-rv32`: rv32imac

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [llvm] [RISCV] Add NutShell RV32/64 processors definition (PR #102899)

2024-08-12 Thread via cfe-commits
https://github.com/owlxiao created https://github.com/llvm/llvm-project/pull/102899 NutShell is an open-source Linux-compatible RISC-V processor, it supports riscv64/32. Overview: https://github.com/OSCPU/NutShell This PR add two CPUs: - `nutshell-rv32`: rv32imac_zicsr_zifencei - `nutshell-rv6