[llvm] [RISCV] Added new register class GPRNoGPRS defined as substraction of GPRC sequences from GPR (PR #106974)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 8 20:59:19 PDT 2024


wangpc-pp wrote:

> @wangpc-pp, @topperc there is an example of llvm-based tool developed in Syntacore ([syntacore/snippy#83](https://github.com/syntacore/snippy/pull/83)). For new patch it requires to add a new register class:
> 
> https://github.com/syntacore/snippy/blob/7d4ea758d58ad89ea48d32c75e0187192edcf930/llvm/tools/llvm-snippy/lib/Target/RISCV/Target.cpp#L1512
> 
> At the same time we are trying to keep in sync our LLVM project with upstream one as much as it possible, so we want to see this changes in the upstream.

Maybe you can upstream `llvm-snippy`?

https://github.com/llvm/llvm-project/pull/106974


More information about the llvm-commits mailing list