[flang-commits] [flang] [Flang] Adjust the trampoline size for AArch64 and PPC (PR #118678)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Tue Dec 10 11:03:01 PST 2024


kkwli wrote:

> > My colleagues found that the size is 32 for `ppc64le`, 12 for `powerpc-*-aix*` and 24 for `powerpc64-*-aix*`. @RolandF77 @mandlebug
> 
> Thank you for checking, Kelvin. I went by what's in PPCTargetLowering::LowerINIT_TRAMPOLINE, but these are only for Linux. Looks like it's safe to keep it at 32-bytes for all PPC targets, with the exception of ppc32 at 40 bytes?

I think it works for Linux. Thanks.

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


More information about the flang-commits mailing list