We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a36dd commit c8ba9ddCopy full SHA for c8ba9dd
llvm/lib/Analysis/CMakeLists.txt
@@ -23,7 +23,7 @@ if (DEFINED LLVM_HAVE_TF_AOT OR LLVM_HAVE_TFLITE)
23
endif()
24
25
26
-# The implementaiton of ConstantFolding.cpp relies on the use of math functions
+# The implementation of ConstantFolding.cpp relies on the use of math functions
27
# from the host. In particular, it relies on the detection of floating point
28
# exceptions originating from such math functions to prevent invalid cases
29
# from being constant folded. Therefore, we must ensure that fp exceptions are
0 commit comments