1 Commits

Author SHA1 Message Date
Alexey Bataev
2a50dac9fb [RISCV][TTI]Fix the cost estimation for long select shuffle.
The code was broken completely. Need to iterate over the whole mask and
process the submasks correctly, check if they form full indentity and
adjust indices correctly.

Fixes https://github.com/llvm/llvm-project/issues/106126
2024-08-26 17:27:52 -07:00