[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support
LiDongjin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 17:59:02 PST 2023
LiDongjin reopened this revision.
LiDongjin added a comment.
modify the isFrameOffsetLegal to (Offset <= maxIntN(12)) && (Offset >= minIntN(12)),
Simply constrain offset to be within the range of 12-bit unsigned integers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98101/new/
https://reviews.llvm.org/D98101
More information about the llvm-commits
mailing list