[llvm] [VectorCombine] Combine extract/insert from vector (PR #115213)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 13:26:13 PST 2024
davemgreen wrote:
Hi - I think so long as it is cost-modelled it should be OK. Our shuffle generation is not going to be optimal at times (if it doesn't go though perfect shuffle tables), but the costs should be equally high as far as I understand.
https://github.com/llvm/llvm-project/pull/115213
More information about the llvm-commits
mailing list