================ @@ -21229,6 +21249,101 @@ static SDValue tryCombineWhileLo(SDNode *N, return SDValue(N, 0); } +SDValue tryLowerPartialReductionToDot(SDNode *N, ---------------- SamTebbs33 wrote: Done. https://github.com/llvm/llvm-project/pull/101010