[llvm-branch-commits] [llvm] TableGen: Generate enum for runtime libcall implementations (PR #144973)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 27 00:20:38 PDT 2025


================
@@ -882,7 +902,7 @@ def exp10f128 : RuntimeLibcallImpl<EXP10_F128>;
 def sinf128 : RuntimeLibcallImpl<SIN_F128>;
 def cosf128 : RuntimeLibcallImpl<COS_F128>;
 def tanf128 : RuntimeLibcallImpl<TAN_F128>;
-def tanhf128 : RuntimeLibcallImpl<TAN_F128>;
+def tanhf128 : RuntimeLibcallImpl<TANH_F128>;
----------------
nikic wrote:

Should probably be in the parent commit?

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


More information about the llvm-branch-commits mailing list