[llvm] Hexagon: Move RuntimeLibcall setting out of TargetLowering (PR #142543)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 09:39:27 PDT 2025


================
@@ -7,10 +7,15 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/IR/RuntimeLibcalls.h"
+#include "llvm/Support/CommandLine.h"
 
 using namespace llvm;
 using namespace RTLIB;
 
+static cl::opt<bool>
+    HexagonEnableFastMathRuntimeCalls("hexagon-fast-math", cl::Hidden,
+                                      cl::desc("Enable Fast Math processing"));
----------------
aankit-ca wrote:

Sure @androm3da 

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


More information about the llvm-commits mailing list