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

Vladislav Belov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 06:51:01 PDT 2024


vbe-sc wrote:

@wangpc-pp, @topperc there is an example of llvm-based tool developed in Syntacore (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.  

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


More information about the llvm-commits mailing list