[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:44:58 PDT 2021
jsji added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:3916
+ } else if (Flags.getByValSize() >= 8)
+ // For 64-bit ELF v2, passing by value object whose size is no less than 8
+ // bytes will be copied to parameter save area.
----------------
comment are referring to the opposite? Should we describe the ABI about size >=8?
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