[PATCH] D35241: [DAGCombine] Fix for shuffle to vector extend for non power 2 vectors

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 03:04:56 PDT 2017


dstuttard added a comment.

Test now reduced further - thanks @RKSimon - confirmed that it still exhibits the problem and that the fix still fixes it.
I managed to remove a couple more lines from the cut-down version you provided.

@arsenm are you happy with the size of the test now?


https://reviews.llvm.org/D35241





More information about the llvm-commits mailing list