[PATCH] D118728: Add LiveRegMatrix::checkInterferenceWithRange

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 12:40:51 PST 2022


MatzeB created this revision.
Herald added subscribers: modimo, wenlei, tpr, hiraditya, mcrosier, qcolombet.
MatzeB requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Part of an experiment to spill to vector registers. Uploading for inspiration, this is not finished!


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118728

Files:
  llvm/include/llvm/CodeGen/LiveIntervals.h
  llvm/include/llvm/CodeGen/LiveRegMatrix.h
  llvm/lib/CodeGen/LiveIntervals.cpp
  llvm/lib/CodeGen/LiveRegMatrix.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocPBQP.cpp
  llvm/lib/CodeGen/RegisterCoalescer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118728.405061.patch
Type: text/x-patch
Size: 10198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/a01c405d/attachment.bin>


More information about the llvm-commits mailing list