[llvm] [AArch64] Lower mathlib call ldexp into fscale when sve is enabled (PR #67552)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 04:41:15 PDT 2023


================
@@ -26414,3 +26422,46 @@ bool AArch64TargetLowering::preferScalarizeSplat(SDNode *N) const {
   }
   return true;
 }
+
+SDValue AArch64TargetLowering::LowerFLDEXP(SDValue Op,
----------------
huhu233 wrote:

Done, thanks!

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


More information about the llvm-commits mailing list