[PATCH] D35788: [DAGCombiner] Extending pattern detection for vector shuffle.
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 03:49:07 PDT 2017
zvi added a comment.
If this patch affect reduceBuildVecToShuffle(). https://reviews.llvm.org/D35700 affect the reduceBuildVecToTruncate() which has precedence to fire before reduceBuildVecToShuffle(), so would it make sense that you rebase this patch on top of https://reviews.llvm.org/D35700, assuming https://reviews.llvm.org/D35700 will be approved.
https://reviews.llvm.org/D35788
More information about the llvm-commits
mailing list