[llvm] Intrinsic: introduce minimumnum and maximumnum for IR and SelectionDAG (PR #96649)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 12:41:38 PDT 2024


================
@@ -8469,6 +8469,93 @@ SDValue TargetLowering::expandFMINIMUM_FMAXIMUM(SDNode *N,
   return MinMax;
 }
 
+SDValue TargetLowering::createSelectForFMINIMUMNUM_FMAXIMUMNUM(
----------------
arsenm wrote:

This probably shouldn't be surfaced as a public can-fail helper 

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


More information about the llvm-commits mailing list