This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13596b2bfeb Fix debug build test failure new 9f43f266be5 [RABasic] Properly initialize the pass new 1067c966a6d [RABasic] Properly update the LiveRegMatrix when LR splitti [...]
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/Passes.h | 3 + include/llvm/InitializePasses.h | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/RegAllocBasic.cpp | 61 +++-- test/CodeGen/MIR/Generic/runPass.mir | 1 + test/CodeGen/SystemZ/RAbasic-invalid-LR-update.mir | 279 +++++++++++++++++++++ 6 files changed, 332 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/SystemZ/RAbasic-invalid-LR-update.mir