[all-commits] [llvm/llvm-project] 40e9e0: [PowerPC][NFC] Refactor lowerDynamicAlloc
bzEq via All-commits
all-commits at lists.llvm.org
Thu Jul 2 20:33:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40e9e0826be8e7a80a5d0e3362311bc5c7d14e3d
https://github.com/llvm/llvm-project/commit/40e9e0826be8e7a80a5d0e3362311bc5c7d14e3d
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
Log Message:
-----------
[PowerPC][NFC] Refactor lowerDynamicAlloc
When performing dynamic stack allocation, calculation of frame pointer
and actual negsize can be separated. This patch refactors
`lowerDynamicAlloc` in preparation of supporting
`-fstack-clash-protection` which also has to calculate actual frame
pointer and negsize.
Differential Revision: https://reviews.llvm.org/D81354
More information about the All-commits
mailing list