[llvm] PowerPC/VSX: Select FMINNUM and FMAXNUM (PR #135739)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 25 04:46:24 PDT 2025


================
@@ -117,13 +117,12 @@ define dso_local float @testfmax_fast(float %a, float %b) local_unnamed_addr {
 ;
 ; NO-FAST-P9-LABEL: testfmax_fast:
 ; NO-FAST-P9:       # %bb.0: # %entry
-; NO-FAST-P9-NEXT:    xsmaxcdp f1, f1, f2
+; NO-FAST-P9-NEXT:    xsmaxdp f1, f1, f2
----------------
arsenm wrote:

The only test changes are on these fcmp + select patterns. This should have test coverage on the direct intrinsic uses 

https://github.com/llvm/llvm-project/pull/135739


More information about the llvm-commits mailing list