[PATCH] D126285: [NFC][Thumb1] Use FrameDestroy flag to identify epilog instructions

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 03:28:09 PDT 2022


pratlucas created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
pratlucas requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Simiarly to what's done on both ARM's and AArch64's frame lowering code,
this updates Thumb1FrameLowering to use the FrameDestroy Machine
Instruction flag to identify instructions inserted as part of the epilog
instead of relying on assumptions about specific machine instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126285

Files:
  llvm/lib/Target/ARM/Thumb1FrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126285.431631.patch
Type: text/x-patch
Size: 8335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/529f02cd/attachment.bin>


More information about the llvm-commits mailing list