[llvm] [RISCV][GISel] Add initial support for rvv intrinsics (PR #156415)

Jianjian Guan via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 01:54:36 PDT 2025


jacquesguan wrote:

> > Another pr would be created for regbankselect pass to make vf form intriniscs have the right scalar register bank.
> 
> What about i64 scalar operands on RV32?

Not only the i64 scalar operands on RV32, all integer scalars that is not XLen bits should be legalized. I plan to implement these in the next pr to support vx and vf form intrinsics.

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


More information about the llvm-commits mailing list