[llvm] [LV] Handle FSub Partial Reductions (PR #191186)
Jacob Crawley via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 08:03:44 PDT 2026
================
@@ -185,4 +185,174 @@ exit:
ret i32 %sub
}
+define float @fsub_reduction(float %startval, ptr %src1, ptr %src2) #0 {
----------------
jacob-crawley wrote:
The LV doesn't support this case yet so it will have to be added in a subsequent PR.
https://github.com/llvm/llvm-project/pull/191186
More information about the llvm-commits
mailing list