[llvm] AArch64: Partially move setting of libcall names out of TargetLowering (PR #142985)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 09:30:57 PDT 2025
================
@@ -11,6 +11,25 @@
using namespace llvm;
using namespace RTLIB;
+static cl::opt<bool>
+ HexagonEnableFastMathRuntimeCalls("hexagon-fast-math", cl::Hidden,
----------------
dpaoliello wrote:
Why is this here?
https://github.com/llvm/llvm-project/pull/142985
More information about the llvm-commits
mailing list