We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcf75a commit acbc2c1Copy full SHA for acbc2c1
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -22490,7 +22490,7 @@ SDValue DAGCombiner::visitATOMIC_STORE(SDNode *N) {
22490
22491
static SDValue foldToMaskedStore(StoreSDNode *Store, SelectionDAG &DAG,
22492
const SDLoc &Dl) {
22493
- if (!Store->isSimple() || Store->isTruncatingStore())
+ if (!Store->isSimple() || !ISD::isNormalStore(Store))
22494
return SDValue();
22495
22496
SDValue StoredVal = Store->getValue();
0 commit comments