[clang-tools-extra] [Legalizer] Expand fmaximum and fminimum (PR #67301)

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