[llvm] [Analysis] Ensure use of strict fp exceptions in ConstantFolding (PR #136139)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 07:21:21 PDT 2025


================
@@ -23,6 +23,17 @@ if (DEFINED LLVM_HAVE_TF_AOT OR LLVM_HAVE_TFLITE)
   endif()
 endif()
 
+# The implementaiton of ConstantFolding.cpp relies on the use of math functions
----------------
antoniofrighetto wrote:

```suggestion
# The implementation of ConstantFolding.cpp relies on the use of math functions
```

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


More information about the llvm-commits mailing list