We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6dbba commit 7a7ff04Copy full SHA for 7a7ff04
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
@@ -1748,6 +1748,7 @@ void ComplexDeinterleavingGraph::identifyReductionNodes() {
1748
// however with no uses the node will be unreachable by the replacement
1749
// process. That along with the usage outside the graph should prevent the
1750
// replacement process from kicking off at all for this graph.
1751
+ // TODO Add support for reducing to a single vector value
1752
if (ReductionInfo[Real].second->getType()->isVectorTy())
1753
continue;
1754
0 commit comments