[PATCH] D89239: [RISCV][PrologEpilogInserter] "Float" emergency spill slots to avoid making them immediately unreachable from the stack pointer

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 8 05:15:17 PST 2020


rogfer01 updated this revision to Diff 303711.
rogfer01 added a comment.

ChangeLog:

- Use `llvm-reduce` to reduce the test even further
- Use `update_llc_test_checks.py` to reduce maintenance burden of `CHECK` lines
- Add `DEBUG` checks so we can tell PEI is adjusting the offsets.


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

https://reviews.llvm.org/D89239

Files:
  llvm/lib/CodeGen/PrologEpilogInserter.cpp
  llvm/test/CodeGen/AArch64/framelayout-scavengingslot.mir
  llvm/test/CodeGen/AArch64/framelayout-sve-scavengingslot.mir
  llvm/test/CodeGen/AArch64/swiftself-scavenger.ll
  llvm/test/CodeGen/AMDGPU/pei-scavenge-vgpr-spill.mir
  llvm/test/CodeGen/RISCV/out-of-reach-emergency-slot.mir
  llvm/test/CodeGen/Thumb/emergency-spill-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89239.303711.patch
Type: text/x-patch
Size: 38610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201108/06fcb17e/attachment.bin>


More information about the llvm-commits mailing list