[PATCH] D15303: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part2]
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 26 10:34:29 PST 2016
wmi updated this revision to Diff 46012.
wmi added a comment.
Fix some missing remat cases by changing ParentVNI to OrigVNI in scanRemattable -- Instruction at ParentVNI.def may be only a copy and will be regarded as not remattable while OrigVNI.def contains the real expression for remat.
Move DeadRemats into RegAllocBase class for RegAllocBasic. Add DeadRemats in RegAllocPBQP.
Repository:
rL LLVM
http://reviews.llvm.org/D15303
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/RegisterCoalescer.cpp
lib/CodeGen/SplitKit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15303.46012.patch
Type: text/x-patch
Size: 17482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/493a4486/attachment-0001.bin>
More information about the llvm-commits
mailing list