[PATCH] D15600: AArch64: Add option to use shared epilogues in compiler-rt

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 12:01:44 PST 2015


asb added a subscriber: asb.
asb added a comment.

For reference, Andrew Waterman and others in the RISC-V team looked at using function calls to register store/load helper functions to reduce size overhead in epilogues and prologues as an alternative to supporting load-multiple and store-multiple in the ISA. David Patterson described some of this work at the last RISC-V workshop http://riscv.org/workshop-jun2015/riscv-compressed-workshop-june2015.pdf. See slide 15.


Repository:
  rL LLVM

http://reviews.llvm.org/D15600





More information about the llvm-commits mailing list