[PATCH] D139682: [DAG] Stop replace masked compressstore with normal masked store

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 01:48:27 PST 2022


pengfei added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:11034
   // truncating store.  We can do this even if this is already a masked
-  // truncstore.
+  // truncstore or a compress store.
   if ((Value.getOpcode() == ISD::TRUNCATE) && Value->hasOneUse() &&
----------------
Do you mean cannot be a compress store?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139682/new/

https://reviews.llvm.org/D139682



More information about the llvm-commits mailing list