[llvm] TableGen: Allow defining sets of runtime libraries (PR #144978)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 11:14:16 PDT 2025
================
@@ -97,6 +96,7 @@ struct RuntimeLibcallsInfo {
/// Get the comparison predicate that's to be used to test the result of the
/// comparison libcall against zero. This should only be used with
/// floating-point compare libcalls.
+ // FIXME: This should be a function of RTLIB::LibcallImpl
----------------
dpaoliello wrote:
Just checking, this is fixed in one of your later PR?
https://github.com/llvm/llvm-project/pull/144978
More information about the llvm-commits
mailing list