[llvm] [RISCV] Migrate getConstant indexed insert/extract subvector to new API (PR #139111)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 10:46:13 PDT 2025


topperc wrote:

> Digging through the code, the type used for the index will be the integer of pointer width from DL. For typical RV32 and RV64 configurations the pointer will be of equal width to XLEN, but you could have a 32b pointer on an RV64 machine.

This isn't possible with the existing possible DataLayouts right?

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


More information about the llvm-commits mailing list