[all-commits] [llvm/llvm-project] 3bd78b: [VE] Optimize emitSPAdjustment function
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Nov 27 15:06:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3bd78b7cc00d842782226bb9884ebf8d9d1f07bd
https://github.com/llvm/llvm-project/commit/3bd78b7cc00d842782226bb9884ebf8d9d1f07bd
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-11-28 (Sat, 28 Nov 2020)
Changed paths:
M llvm/lib/Target/VE/VEFrameLowering.cpp
M llvm/test/CodeGen/VE/Scalar/function_prologue_epilogue.ll
M llvm/test/CodeGen/VE/Scalar/stackframe_align.ll
M llvm/test/CodeGen/VE/Scalar/stackframe_call.ll
M llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll
M llvm/test/CodeGen/VE/Scalar/stackframe_size.ll
Log Message:
-----------
[VE] Optimize emitSPAdjustment function
Optimize emitSPAdjustment function to generate as small as possible
instructions to adjust SP.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92174
More information about the All-commits
mailing list