[llvm] X86: Return canonicalized result from LowerFMINIMUM_FMAXIMUM (PR #123868)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 19:37:30 PST 2025


================
@@ -334,10 +334,10 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
       setOperationAction(ISD::FP_TO_SINT_SAT, VT, Custom);
     }
     setOperationAction(ISD::FCANONICALIZE, MVT::f32, Custom);
+    setOperationAction(ISD::FCANONICALIZE, MVT::f64, Custom);
----------------
arsenm wrote:

This is a separate change 

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


More information about the llvm-commits mailing list