[PATCH] D91862: [VE] Correct types of return/argument values for getAdjustedFrameSize()
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 20:23:51 PST 2020
kaz7 updated this revision to Diff 306822.
kaz7 added a comment.
Rebase and correct capitalization. Also add two regression tests. The
test_frame4294967296 function didn't allocate stack frame correctly before
this modification.
Previously:
lea %s13, -240
and %s13, %s13, (32)0
lea.sl %s11, -1(%s13, %s11)
Now:
lea %s13, -240
and %s13, %s13, (32)0
lea.sl %s11, -2(%s13, %s11)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91862/new/
https://reviews.llvm.org/D91862
Files:
llvm/lib/Target/VE/VESubtarget.cpp
llvm/lib/Target/VE/VESubtarget.h
llvm/test/CodeGen/VE/Scalar/stackframe_call.ll
llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91862.306822.patch
Type: text/x-patch
Size: 32560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201121/3f5b56b4/attachment.bin>
More information about the llvm-commits
mailing list