[llvm] [X86] Lower mathlib call ldexp into scalef when avx512 is enabled (PR #69710)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 08:27:42 PDT 2023


================
@@ -1705,6 +1705,8 @@ namespace llvm {
                         const SmallVectorImpl<SDValue> &OutVals,
                         const SDLoc &dl, SelectionDAG &DAG) const override;
 
+    SDValue LowerFLDEXP(SDValue Op, SelectionDAG &DAG) const;
----------------
RKSimon wrote:

no need to create a method - just make it static inside X86ISelLowering.cpp

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


More information about the llvm-commits mailing list