[PATCH] D92174: [VE] Optimize emitSPAdjustment function
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 05:33:35 PST 2020
kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.
Optimize emitSPAdjustment function to generate as small as possible
instructions to adjust SP.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92174
Files:
llvm/lib/Target/VE/VEFrameLowering.cpp
llvm/test/CodeGen/VE/Scalar/function_prologue_epilogue.ll
llvm/test/CodeGen/VE/Scalar/stackframe_align.ll
llvm/test/CodeGen/VE/Scalar/stackframe_call.ll
llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll
llvm/test/CodeGen/VE/Scalar/stackframe_size.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92174.307844.patch
Type: text/x-patch
Size: 21060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201126/ac43ea9e/attachment.bin>
More information about the llvm-commits
mailing list