[llvm] [CG][RISCV]Fix shuffling of odd number of input vectors (PR #125693)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 08:13:37 PST 2025


https://github.com/preames commented:

Not really sure the assert is worth the complexity here.  I'd be tempted to just make the call to ExtractValue for Idx1 conditional on whether it's already in the set, and move on with life.  

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


More information about the llvm-commits mailing list