[llvm] [VectorCombine] Combine BinOp with extract/insert to vector BinOp (PR #115213)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 02:59:04 PST 2024


https://github.com/RKSimon commented:

I don't understand why you require the BinOp for this - I'd be tempted to just make this about a `insertelement(X, extractelement(Y,C1), C2` -> `shuffle X, Y` fold.

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


More information about the llvm-commits mailing list