Files
clang-p2996/llvm/test/CodeGen/PowerPC
Kai Luo e2b93185b8 [PowerPC] Only make copies of registers on stack in variadic function when va_start is called
On PPC64, for a variadic function, if va_start is not called, it won't
access any variadic argument on stack, thus we can save stores of
registers used to pass arguments.

Differential Revision: https://reviews.llvm.org/D82361
2020-07-09 07:18:17 +00:00
..
2020-03-19 08:34:48 -05:00
2020-06-01 02:30:27 +00:00