[llvm] [X86] combineBROADCAST_LOAD - merge across chains (PR #128209)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 22 01:09:11 PST 2025
================
@@ -59322,21 +59322,14 @@ static SDValue combineFP_EXTEND(SDNode *N, SelectionDAG &DAG,
return DAG.getNode(ISD::FP_EXTEND, dl, VT, Cvt);
}
-// Try to find a larger VBROADCAST_LOAD/SUBV_BROADCAST_LOAD that we can extract
-// from. Limit this to cases where the loads have the same input chain and the
-// output chains are unused. This avoids any memory ordering issues.
+// Try to find a larger VBROADCAST_LOAD/SUBV_BROADCAST_LOAD that we can extract.
----------------
phoebewang wrote:
Should we check it's simple memory?
https://github.com/llvm/llvm-project/pull/128209
More information about the llvm-commits
mailing list