This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4de242bbc85 [cfi-verify] Add blame context printing, and improved print [...] new 23475155aaa Fix broken builds due to mismatched min/max types new ffc6b4654a7 SplitKit: Fix liveness recomputation in some remat cases.
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: lib/CodeGen/SplitKit.cpp | 53 +++++-- lib/CodeGen/SplitKit.h | 6 +- test/CodeGen/ARM/splitkit.ll | 245 ++++++++++++++++++++++++++++++ tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 4 +- 4 files changed, 295 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/ARM/splitkit.ll