You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RISCV][TTI] Cost a subvector insert at a register boundary with exact vlen
If we have exact vlen knowledge, we can figure out which indices
correspond to register boundaries. Our lowering will use this knowledge
to replace the vslideup.vi with a sub-register insert when the subvec
passthru is undef. One case where the subvec passthru is known undef
is when the subvec completely fills the subregister, and that's the
easiest case to recognize during costing.
Note: This is cost modeling a lowering which hasn't landed yet, see
llvm#84107. This change will
not land until after that one does.
This is another piece split off
llvm#80164
0 commit comments