================
@@ -3885,6 +3936,7 @@ class VPlanSlp {
/// Return true if all visited instruction can be combined.
bool isCompletelySLP() const { return CompletelySLP; }
};
+
----------------
fhahn wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/95842