This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd95f61 Fix memory leak in globalisel. new f294f57 [RegisterCoalescing] Recommit the patch "Remove partial redun [...]
The 1 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/LiveIntervalAnalysis.h | 10 + lib/CodeGen/RegisterCoalescer.cpp | 188 ++++++++++++++++++ lib/Transforms/Scalar/LoopStrengthReduce.cpp | 4 +- test/CodeGen/X86/pre-coalesce-2.ll | 281 +++++++++++++++++++++++++++ test/CodeGen/X86/pre-coalesce.ll | 51 +++++ test/CodeGen/X86/pre-coalesce.mir | 122 ++++++++++++ 6 files changed, 655 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/pre-coalesce-2.ll create mode 100644 test/CodeGen/X86/pre-coalesce.ll create mode 100644 test/CodeGen/X86/pre-coalesce.mir