Skip to content

Commit 8fbb6f8

Browse files
committed
[NFC] Fix typo in comment
Address comment in https://reviews.llvm.org/D137936 Differential Revision: https://reviews.llvm.org/D138124
1 parent 6c38ffc commit 8fbb6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20605,7 +20605,7 @@ SDValue DAGCombiner::reduceBuildVecExtToExtBuildVec(SDNode *N) {
2060520605

2060620606
// Simplify (build_vec (trunc $1)
2060720607
// (trunc (srl $1 half-width))
20608-
// (trunc (srl $1 (2 * half-width))))
20608+
// (trunc (srl $1 (2 * half-width))))
2060920609
// to (bitcast $1)
2061020610
SDValue DAGCombiner::reduceBuildVecTruncToBitCast(SDNode *N) {
2061120611
assert(N->getOpcode() == ISD::BUILD_VECTOR && "Expected build vector");

0 commit comments

Comments
 (0)