[PATCH] D105271: [PowerPC][ELF]make sure local variable space does not overlap with parameter save area

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 11:42:52 PDT 2021


jsji added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:3915
       }
-  }
+  } else if (Flags.getByValSize() >= 8)
+    // For 64-bit ELF v2, passing by value object whose size is no less than 8
----------------
Should we check the ELFV2ABI here?  

Also type check? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105271/new/

https://reviews.llvm.org/D105271



More information about the llvm-commits mailing list