[PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]

Wei Mi via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:01:18 PST 2016


wmi updated this revision to Diff 44027.
wmi added a comment.

1. Change std::set to SmallPtrSet and DenseSet.
2. Improve comments.


Repository:
  rL LLVM

http://reviews.llvm.org/D15302

Files:
  include/llvm/CodeGen/VirtRegMap.h
  lib/CodeGen/InlineSpiller.cpp
  lib/CodeGen/LiveRangeEdit.cpp
  lib/CodeGen/RegAllocGreedy.cpp
  lib/CodeGen/Spiller.h
  lib/CodeGen/VirtRegMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15302.44027.patch
Type: text/x-patch
Size: 19245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160105/1490d1af/attachment.bin>


More information about the llvm-commits mailing list