[llvm] [DAG] Add utilities for inserting and extracting low sub-vectors [nfc] (PR #137230)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 15:13:11 PDT 2025
================
@@ -924,6 +924,18 @@ class SelectionDAG {
/// Example: shuffle A, B, <0,5,2,7> -> shuffle B, A, <4,1,6,3>
SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
+ /// Insert SubVec into the lowest sub-vector of Vec.
----------------
preames wrote:
Done
https://github.com/llvm/llvm-project/pull/137230
More information about the llvm-commits
mailing list