[flang-commits] [flang] [Legalizer] Expand fmaximum and fminimum (PR #67301)

Qiu Chaofan via flang-commits flang-commits at lists.llvm.org
Mon Oct 9 22:34:56 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 flang-commits mailing list