[llvm] [AArch64] Lower mathlib call ldexp into fscale when sve is enabled (PR #67552)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 20 07:22:18 PDT 2023
================
@@ -26414,3 +26422,46 @@ bool AArch64TargetLowering::preferScalarizeSplat(SDNode *N) const {
}
return true;
}
+
+SDValue AArch64TargetLowering::LowerFLDEXP(SDValue Op,
----------------
davemgreen wrote:
This can be made static and moved to above AArch64TargetLowering::LowerOperation, similar to LowerFunnelShift.
https://github.com/llvm/llvm-project/pull/67552
More information about the llvm-commits
mailing list