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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 21:36:33 PDT 2025


arsenm wrote:

> I added some logging an compared the results of this function before and after this change. It seems that `acosf` is not longer part of this list for some reason... could be related to the fact that `acosf` is the very first libs call and has 0 as its enum value?


Yes, I'm guessing [this drop_front no longer applies](https://github.com/llvm/llvm-project/blob/4c98da2cadfb23f6d4070db9136d8dc0a379bcc1/llvm/include/llvm/IR/RuntimeLibcalls.h#L105)


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


More information about the llvm-commits mailing list