[PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 26 10:26:03 PST 2016
wmi marked 6 inline comments as done.
================
Comment at: include/llvm/CodeGen/VirtRegMap.h:66
@@ +65,3 @@
+ /// its siblings mapping.
+ DenseMap<unsigned, DenseSet<unsigned>> Virt2SiblingsMap;
+
----------------
qcolombet wrote:
> Is there a way this could be computed from the split map?
Yes, I removed Virt2SiblingsMap and computed it from split map.
Repository:
rL LLVM
http://reviews.llvm.org/D15302
More information about the llvm-commits
mailing list