[X86] combineINSERT_SUBVECTOR - fold (insert_subvector X, (insert_subvector...
[X86] combineINSERT_SUBVECTOR - fold (insert_subvector X, (insert_subvector undef, Y, 0), Idx) -> (insert_subvector X, Y, Idx) Helps some shuffle combines that do a poor job of peeking through (insert_subvector undef, Y, 0) vector widening patterns
Loading
Please sign in to comment