[PATCH] D35816: [Greedy RegAlloc] Add logic to greedy reg alloc to avoid bad eviction chains

Marina Yatsina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 11:00:23 PDT 2017


This revision was automatically updated to reflect the committed changes.
myatsina marked 4 inline comments as done.
Closed by commit rL316295: Add logic to greedy reg alloc to avoid bad eviction chains (authored by myatsina).

Changed prior to commit:
  https://reviews.llvm.org/D35816?vs=119158&id=119789#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35816

Files:
  llvm/trunk/include/llvm/CodeGen/CalcSpillWeights.h
  llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
  llvm/trunk/include/llvm/Target/TargetSubtargetInfo.h
  llvm/trunk/lib/CodeGen/CalcSpillWeights.cpp
  llvm/trunk/lib/CodeGen/LiveIntervalAnalysis.cpp
  llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp
  llvm/trunk/lib/CodeGen/TargetSubtargetInfo.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.h
  llvm/trunk/test/CodeGen/X86/bug26810.ll
  llvm/trunk/test/CodeGen/X86/greedy_regalloc_bad_eviction_sequence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35816.119789.patch
Type: text/x-patch
Size: 62860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171022/7140b4e9/attachment-0001.bin>


More information about the llvm-commits mailing list