[PATCH] D35788: [DAGCombiner] Extending pattern detection for vector shuffle.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 05:11:00 PDT 2017


jbhateja added a comment.

In https://reviews.llvm.org/D35788#835018, @RKSimon wrote:

> Is there a suitable repro test from PR34073 that you can add?


PR34073 is a huge .cpp test which is running fine now.
There already exist a  test case "test/CodeGen/X86/oddshuffles.ll" where shuffle
vector with non-simple vector type was getting split earlier is now not splitting the vector.


https://reviews.llvm.org/D35788





More information about the llvm-commits mailing list