[llvm] TableGen: Allow defining sets of runtime libraries (PR #144978)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 19:06:05 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
----------------
arsenm wrote:
Yes
https://github.com/llvm/llvm-project/pull/144978
More information about the llvm-commits
mailing list