[llvm] [InstCombine] Handle more even/odd math functions (PR #81324)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 15:18:42 PST 2024
================
@@ -1837,6 +1837,21 @@ TLI_DEFINE_ENUM_INTERNAL(pow)
TLI_DEFINE_STRING_INTERNAL("pow")
TLI_DEFINE_SIG_INTERNAL(Dbl, Dbl, Dbl)
+/// double erf(double x);
----------------
dtcxzyw wrote:
Please insert these funcs in the lexicographic order.
https://github.com/llvm/llvm-project/pull/81324
More information about the llvm-commits
mailing list