[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support
LiDongjin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 18:05:42 PST 2023
LiDongjin updated this revision to Diff 487025.
LiDongjin added a comment.
Thanks for @craig.topper very helpful comment, I change the isFrameOffsetLegal that simply constrain offset to be within the range of 12-bit unsigned integers. thanks for check this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98101/new/
https://reviews.llvm.org/D98101
Files:
llvm/lib/Target/RISCV/RISCVFrameLowering.h
llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
llvm/lib/Target/RISCV/RISCVRegisterInfo.h
llvm/test/CodeGen/RISCV/local-stack-slot-allocation.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98101.487025.patch
Type: text/x-patch
Size: 8847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230107/de209d73/attachment.bin>
More information about the llvm-commits
mailing list