[PATCH] D35788: [DAGCombiner] Extending pattern detection for vector shuffle.
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 03:21:49 PDT 2017
zvi added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:14266
+ // VecIn accordingly.
+ if (VecIn.size() == 2 && NumElems == ValidElems) {
+ unsigned MaxIndex = 0;
----------------
Please fix indentation to units of two spaces. The clang-format tool can help.
https://reviews.llvm.org/D35788
More information about the llvm-commits
mailing list