[PATCH] D156339: [ARM] Correctly handle combining segmented stacks with execute-only

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 08:23:21 PDT 2023


john.brawn created this revision.
john.brawn added reviewers: stuij, simonwallis2, ZhiyaoMa98, olista01.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
john.brawn requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Using segmented stacks with execute-only mostly works, but we need to use the correct movi32 opcode in 6-M, and there's one place where for thumb1 (i.e. 6-M and 8-M.base) a constant pool was unconditionally used which needed to be fixed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156339

Files:
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/test/CodeGen/ARM/execute-only-segmented-stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156339.544373.patch
Type: text/x-patch
Size: 5731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/12fc92ed/attachment.bin>


More information about the llvm-commits mailing list