This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d47151ab93c Invoke GetInlineCost for legality check before inline funct [...] new 307e53ca673 [Bitcode] Add a compatibility test for 5.0.0 bitcode new 57d83cbdcdd [RegAlloc] Keep a copy of live interval for the spilled vre [...] new c49953f5fec [Transforms] Fix some Clang-tidy modernize-use-using and In [...] new 8b3d72d7f77 Add a comment for the test. NFC. new 95fa5a64462 [ARM] Add more CPUs to host detection
The 5 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/Transforms/Scalar/ConstantHoisting.h | 44 +- include/llvm/Transforms/Scalar/GVN.h | 57 ++- include/llvm/Transforms/Scalar/GVNExpression.h | 80 ++-- include/llvm/Transforms/Scalar/JumpThreading.h | 37 +- lib/CodeGen/InlineSpiller.cpp | 53 ++- lib/Support/Host.cpp | 3 + lib/Transforms/Scalar/ConstantHoisting.cpp | 50 +- lib/Transforms/Scalar/GVN.cpp | 73 ++- lib/Transforms/Scalar/JumpThreading.cpp | 73 ++- .../{compatibility.ll => compatibility-5.0.ll} | 11 +- test/Bitcode/compatibility-5.0.ll.bc | Bin 0 -> 17744 bytes test/CodeGen/X86/clear-liverange-spillreg.mir | 526 +++++++++++++++++++++ unittests/Support/Host.cpp | 6 + 13 files changed, 835 insertions(+), 178 deletions(-) copy test/Bitcode/{compatibility.ll => compatibility-5.0.ll} (99%) create mode 100644 test/Bitcode/compatibility-5.0.ll.bc create mode 100644 test/CodeGen/X86/clear-liverange-spillreg.mir