[llvm] [LLVM][CodeGen][SVE] Add isel for bfloat unordered reductions. (PR #143540)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 18:06:08 PDT 2025
================
@@ -688,6 +683,22 @@ void VectorLegalizer::PromoteSTRICT(SDNode *Node,
Results.push_back(Round.getValue(1));
}
+void VectorLegalizer::PromoteVECREDUCE(SDNode *Node,
----------------
arsenm wrote:
Doesn't clearly indicate this is the for FP operations
https://github.com/llvm/llvm-project/pull/143540
More information about the llvm-commits
mailing list