[NFC] Update comment for TRUNC followed by a masked store
authorXiang1 Zhang <xiang1.zhang@intel.com>
Mon, 12 Dec 2022 03:24:41 +0000 (11:24 +0800)
committerXiang1 Zhang <xiang1.zhang@intel.com>
Mon, 12 Dec 2022 03:24:57 +0000 (11:24 +0800)
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 6d76680..948ddc6 100644 (file)
@@ -11030,7 +11030,7 @@ SDValue DAGCombiner::visitMSTORE(SDNode *N) {
 
   // If this is a TRUNC followed by a masked store, fold this into a masked
   // truncating store.  We can do this even if this is already a masked
-  // truncstore or a compress store.
+  // truncstore.
   // TODO: Try combine to masked compress store if possiable.
   if ((Value.getOpcode() == ISD::TRUNCATE) && Value->hasOneUse() &&
       MST->isUnindexed() && !MST->isCompressingStore() &&