Skip to content

Commit 7a7ff04

Browse files
committed
[NFC] Add TODO
1 parent df6dbba commit 7a7ff04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,7 @@ void ComplexDeinterleavingGraph::identifyReductionNodes() {
17481748
// however with no uses the node will be unreachable by the replacement
17491749
// process. That along with the usage outside the graph should prevent the
17501750
// replacement process from kicking off at all for this graph.
1751+
// TODO Add support for reducing to a single vector value
17511752
if (ReductionInfo[Real].second->getType()->isVectorTy())
17521753
continue;
17531754

0 commit comments

Comments
 (0)