[llvm] [AMDGPU][GlobalISel] Enable vector reductions (PR #131413)
Tim Gymnich via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 15 23:43:46 PDT 2025
================
@@ -426,6 +426,7 @@ class LegalizerHelper {
LegalizeResult lowerMinMax(MachineInstr &MI);
LegalizeResult lowerFCopySign(MachineInstr &MI);
LegalizeResult lowerFMinNumMaxNum(MachineInstr &MI);
+ LegalizeResult lowerFMinimum_FMaximum(MachineInstr &MI);
----------------
tgymnich wrote:
removed from this PR. Will open a separate PR.
https://github.com/llvm/llvm-project/pull/131413
More information about the llvm-commits
mailing list