[PATCH] D23484: Rough proposal for an alternative way to recompute subreg liveness while respecting undef-read-defs
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 20:45:20 PDT 2016
MatzeB created this revision.
MatzeB added a reviewer: kparzysz.
MatzeB added a subscriber: llvm-commits.
MatzeB set the repository for this revision to rL LLVM.
Herald added subscribers: mcrosier, qcolombet, MatzeB.
This is a rough patch on how I think liveness calculation for subregs that respects undef-read-defs should look like.
This is an unfinished patch, meant to move the discussion in D21189 forward (it is also based on this patch).
Repository:
rL LLVM
https://reviews.llvm.org/D23484
Files:
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RenameIndependentSubregs.cpp
lib/CodeGen/SplitKit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23484.67952.patch
Type: text/x-patch
Size: 32119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160813/98a6cb91/attachment.bin>
More information about the llvm-commits
mailing list