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

Should we be using `std::begin(SoftFloatCompareLibcallPredicates)` and 
`std::end(SoftFloatCompareLibcallPredicates)` rather than repeating the size?

https://github.com/llvm/llvm-project/pull/142905
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to