This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab54ff77c46 [NFC] Fixup FileCheck option name in tests added in rL360881 new 80a3c871d90 [DominatorTree] Print roots unconditionally in `print()`. new 5fd17c6d295 RegAllocFast: Improve hinting heuristic
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/Support/GenericDomTree.h | 12 +- lib/CodeGen/RegAllocFast.cpp | 91 +++- test/CodeGen/AArch64/arm64-fast-isel-br.ll | 5 +- test/CodeGen/AArch64/arm64-fast-isel-conversion.ll | 29 +- test/CodeGen/AMDGPU/indirect-addressing-term.ll | 80 ++-- test/CodeGen/Mips/atomic.ll | 485 ++++++++++----------- test/CodeGen/Mips/atomicCmpSwapPW.ll | 36 +- test/CodeGen/PowerPC/vsx.ll | 19 +- test/CodeGen/X86/atomic-monotonic.ll | 8 +- test/CodeGen/X86/atomic-unordered.ll | 65 ++- test/CodeGen/X86/atomic6432.ll | 373 ++++++---------- test/CodeGen/X86/avx512-mask-zext-bugfix.ll | 31 +- test/CodeGen/X86/crash-O0.ll | 20 +- test/CodeGen/X86/fast-isel-ret-ext.ll | 2 +- test/CodeGen/X86/fast-isel-select.ll | 15 +- test/CodeGen/X86/pr32241.ll | 24 +- test/CodeGen/X86/pr32256.ll | 14 +- test/CodeGen/X86/pr32284.ll | 91 ++-- test/CodeGen/X86/pr32340.ll | 14 +- test/CodeGen/X86/pr32345.ll | 45 +- test/CodeGen/X86/pr34592.ll | 14 +- test/CodeGen/X86/pr41678.ll | 4 +- test/CodeGen/X86/swift-return.ll | 9 +- test/DebugInfo/X86/convert-debugloc.ll | 65 ++- test/DebugInfo/X86/subreg.ll | 5 +- 25 files changed, 769 insertions(+), 787 deletions(-)