[llvm] AMDGPU: Support llvm.exp10 (PR #65860)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 05:46:02 PDT 2023


================
@@ -2827,12 +2830,59 @@ SDValue AMDGPUTargetLowering::lowerFEXPUnsafe(SDValue X, const SDLoc &SL,
                      Flags);
 }
 
+SDValue AMDGPUTargetLowering::lowerFEXP10Unsafe(SDValue X, const SDLoc &SL,
----------------
Pierre-vh wrote:

What is "unsafe" lowering and how is it different? Is it faster but less accurate?
Can you add a comment to explain that?

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


More information about the llvm-commits mailing list