[PATCH] D118545: [ARM] Fix 8-bit immediate overflow in the instruction of segmented stack prologue.

Zhiyao Ma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 14:36:38 PST 2022


ZhiyaoMa98 updated this revision to Diff 407689.
ZhiyaoMa98 marked 3 inline comments as done.
ZhiyaoMa98 edited the summary of this revision.
ZhiyaoMa98 added a comment.

- Changed `t2MOVCCi32imm `to unconditional `t2MOVi32imm `.
- Updated thumb1 and ARM to read from literal pool.
- Added tests.


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

https://reviews.llvm.org/D118545

Files:
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/test/CodeGen/ARM/segmented-stacks.ll
  llvm/test/CodeGen/Thumb/segmented-stacks.ll
  llvm/test/CodeGen/Thumb2/segmented-stacks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118545.407689.patch
Type: text/x-patch
Size: 17194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/b23747f4/attachment.bin>


More information about the llvm-commits mailing list