[PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 09:46:42 PDT 2016
wmi updated this revision to Diff 52569.
wmi added a comment.
Fix my mistake introduced when I was addressing the review comments:
I accidentally remove the virtual keyword of postOptimization in lib/CodeGen/Spiller.h. It should not be a pure virtual function, but still should be virtual.
This will fix the warning Chandler saw.
Repository:
rL LLVM
http://reviews.llvm.org/D15302
Files:
include/llvm/CodeGen/LiveRangeEdit.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/Spiller.h
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
test/CodeGen/AArch64/aarch64-deferred-spilling.ll
test/CodeGen/X86/fp128-compare.ll
test/CodeGen/X86/hoist-spill.ll
test/CodeGen/X86/new-remat.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15302.52569.patch
Type: text/x-patch
Size: 121267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160404/54a3c60f/attachment-0001.bin>
More information about the llvm-commits
mailing list