[PATCH] D157373: [RISCV] add a compress optimization for stack inst.

lcvon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 22:22:02 PDT 2023


lcvon007 updated this revision to Diff 550612.
lcvon007 added a comment.

refine the function name in testcases and add one extra tests for
stacksize that is  in (2048 * 2 -StackAlign, 2048 * 2 + 512].


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157373/new/

https://reviews.llvm.org/D157373

Files:
  llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
  llvm/test/CodeGen/RISCV/stack-inst-compress.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157373.550612.patch
Type: text/x-patch
Size: 18938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/50613bfb/attachment.bin>


More information about the llvm-commits mailing list