[llvm] [CodeGen][Mips] Remove fp128 libcall list (PR #153798)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 06:23:17 PDT 2025


================
@@ -4852,6 +4869,14 @@ class LLVM_ABI TargetLowering : public TargetLoweringBase {
     ArgListTy &getArgs() {
       return Args;
     }
+
+  private:
+    void initOrigArgTys() {
+      for (ArgListEntry &Arg : Args) {
+        if (!Arg.OrigTy)
----------------
s-barannikov wrote:

Why is the check?

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


More information about the llvm-commits mailing list