"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "bc5b61c74d24a907cb1f425cc3c20e908d53c47a"
-
Evan Cheng authored
argument space for call sites in the function immediately on entry to the current function. This eliminates the need for add/sub sp brackets around call sites. However, this is not always a good idea. If the "call frame" is large and the target load / store instructions have small immediate field to encode sp offset, this can cause poor codegen. In the worst case, this can make it impossible to scavenge a register if the reserved spill slot is pushed too far apart from sp / fp. llvm-svn: 36607
77c545e6
Loading