[PATCH] D118299: [Spill2Reg] This patch adds spill/reload collection.

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 17:35:25 PST 2022


vporpo created this revision.
Herald added subscribers: pengfei, hiraditya, qcolombet.
vporpo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Walk through the code looking for spills and reloads and group them
per stack slot.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118299

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/CodeGen/Spill2Reg.cpp
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118299.403451.patch
Type: text/x-patch
Size: 14518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/b71baea7/attachment.bin>


More information about the llvm-commits mailing list