[llvm] [AMDGPU] Add some more GFX12 test coverage (PR #120581)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 19:51:18 PST 2024
================
@@ -3766,3 +3766,69 @@ define <2 x double> @v_no_fmaximum3_f64__multi_use(double %a, double %b, double
%insert.1 = insertelement <2 x double> %insert.0, double %max1, i32 1
ret <2 x double> %insert.1
}
+
+; Checks whether the test passes; performMinMaxCombine() should not optimize vector patterns of maximum3
----------------
arsenm wrote:
This is achieved by v_fmaximum3_v2f16 already? This one just has a second instance
https://github.com/llvm/llvm-project/pull/120581
More information about the llvm-commits
mailing list