diff options
author | Philip Reames <preames@rivosinc.com> | 2025-05-08 11:11:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-08 11:11:55 -0700 |
commit | 54bb2295c31323a77e018ceb2c737d28bd0a5986 (patch) | |
tree | c526c204906f9915c1a649d13f35e5a31976075b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8c61befff8e8687e7848fb1044beb20b41503451 (diff) | |
download | llvm-54bb2295c31323a77e018ceb2c737d28bd0a5986.zip llvm-54bb2295c31323a77e018ceb2c737d28bd0a5986.tar.gz llvm-54bb2295c31323a77e018ceb2c737d28bd0a5986.tar.bz2 |
[RISCV] Migrate getConstant indexed insert/extract subvector to new API (#139111)
Note that this change is possibly not NFC. The prior routines used
getConstant with XLenVT. The new wrappers will used getVectorIdxConstant
instead. 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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions