================
@@ -12879,13 +12879,33 @@ std::pair<SDValue, SDValue> 
SelectionDAG::UnrollVectorOverflowOp(
                         getBuildVector(NewOvVT, dl, OvScalars));
 }
 
+bool SelectionDAG::areNonVolatileConsecutiveLoads(AtomicSDNode *LD,
----------------
jofrn wrote:

It is used within `EltsFromConsecutiveLoads`. I'll rewrite it to avoid the 
duplication. 

https://github.com/llvm/llvm-project/pull/120640
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to