[PATCH] D138124: [NFC] Fix typo in comment

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 05:11:27 PST 2022


Allen created this revision.
Herald added subscribers: ecnelises, hiraditya.
Herald added a project: All.
Allen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

address comment in https://reviews.llvm.org/D137936


https://reviews.llvm.org/D138124

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp


Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
===================================================================
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -20603,7 +20603,7 @@
 
 // Simplify (build_vec (trunc $1)
 //                     (trunc (srl $1 half-width))
-//                     (trunc (srl $1 (2 * half-width))) …)
+//                     (trunc (srl $1 (2 * half-width))))
 // to (bitcast $1)
 SDValue DAGCombiner::reduceBuildVecTruncToBitCast(SDNode *N) {
   assert(N->getOpcode() == ISD::BUILD_VECTOR && "Expected build vector");


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138124.475791.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221116/837dfef3/attachment.bin>


More information about the llvm-commits mailing list