This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be69330b8e7 [SDAG] add simplifications for FP at node creation time new 7fce37e34d0 [LiveRange] Reset the VNIs when splitting subranges new 2c0f7249077 [PPC] Refactor PPCBranchSelector.cpp
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/LiveInterval.h | 9 +- lib/CodeGen/LiveInterval.cpp | 53 +++- lib/CodeGen/LiveRangeCalc.cpp | 9 +- lib/CodeGen/RegisterCoalescer.cpp | 48 ++-- lib/CodeGen/SplitKit.cpp | 9 +- lib/Target/PowerPC/PPCBranchSelector.cpp | 313 ++++++++++++---------- test/CodeGen/SystemZ/regcoal-subranges-update.mir | 94 +++++++ 7 files changed, 366 insertions(+), 169 deletions(-) create mode 100644 test/CodeGen/SystemZ/regcoal-subranges-update.mir