This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 01a5429 [WebAssembly] Move register stackification and coloring to a [...] new 0763680 TargetPassConfig: Set PrintMachineCode even if addMachinePass [...] new 0f8d2d6 llc: Print+Verify machine function after loading it new 583673e LiveInterval: Avoid unnecessary auto, add const; NFC new e607e01 LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
The 4 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 | 4 - include/llvm/CodeGen/LiveIntervalAnalysis.h | 5 + lib/CodeGen/LiveInterval.cpp | 271 +++------------------------- lib/CodeGen/LiveIntervalAnalysis.cpp | 6 + lib/CodeGen/LiveRangeCalc.cpp | 18 +- lib/CodeGen/LiveRangeCalc.h | 5 + lib/CodeGen/TargetPassConfig.cpp | 10 +- test/CodeGen/AMDGPU/liveness.mir | 31 ++++ tools/llc/llc.cpp | 1 + 9 files changed, 93 insertions(+), 258 deletions(-) create mode 100644 test/CodeGen/AMDGPU/liveness.mir