[PATCH] D68542: [Mips] Always save RA when disabling frame pointer elimination
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 09:10:34 PDT 2019
jrtc27 added a comment.
Note that the AArch64, ARM, PowerPC (32/64/64le), RISCV (32/64) and SystemZ backends all do this (Sparc gets it by virtue of register windowing so it half counts, and similarly X86 due to the hardware stack push), at least with my C test case (which was reduced to give the IR test case addd here); Mips is currently the odd one out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68542/new/
https://reviews.llvm.org/D68542
More information about the llvm-commits
mailing list