[llvm] [Legalizer] Expand fmaximum and fminimum (PR #67301)

Qiu Chaofan via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 22:34:57 PDT 2023


================
@@ -8177,6 +8177,64 @@ SDValue TargetLowering::expandFMINNUM_FMAXNUM(SDNode *Node,
   return SDValue();
 }
 
+SDValue TargetLowering::expandFMINIMUM_FMAXIMUM(SDNode *N,
----------------
ecnelises wrote:

Can MIR be valid input for legalizers? I see MIR outputs are all legalized.

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


More information about the llvm-commits mailing list