[PATCH 4/5] work on LiveRanges instead of LiveInterval where possible
Matthias Braun
matze at braunis.de
Thu Aug 29 18:07:12 PDT 2013
Also change some pointer arguments to references at some places where
0-pointers are not allowed.
---
include/llvm/CodeGen/LiveIntervalAnalysis.h | 22 ++++++------
lib/CodeGen/LiveIntervalAnalysis.cpp | 14 ++++----
lib/CodeGen/LiveRangeCalc.cpp | 56 ++++++++++++++---------------
lib/CodeGen/LiveRangeCalc.h | 32 ++++++++---------
lib/CodeGen/RegisterCoalescer.cpp | 2 +-
lib/CodeGen/SplitKit.cpp | 18 +++++-----
6 files changed, 69 insertions(+), 75 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-work-on-LiveRanges-instead-of-LiveInterval-where-pos.patch
Type: text/x-patch
Size: 19623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130829/71ba8091/attachment.bin>
More information about the llvm-commits
mailing list