[llvm-branch-commits] [llvm] DAG: Move soft float predicate management into RuntimeLibcalls (PR #142905)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 9 18:44:12 PDT 2025


================
@@ -11,12 +11,48 @@
 using namespace llvm;
 using namespace RTLIB;
 
+void RuntimeLibcallsInfo::initSoftFloatCmpLibcallPredicates() {
+  std::fill(SoftFloatCompareLibcallPredicates,
----------------
arsenm wrote:

Actually we can drop this initialization altogether, I did that in one of the parallel patches 

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


More information about the llvm-branch-commits mailing list