This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea13527137d Revert "[docs] As of binutils 2.21.51.0.2, ld.bfd supports [...] new ce57a4ff8c2 [FileCheck] Add -allow-deprecated-dag-overlap to failing ll [...] new 0195c0bee91 [FileCheck] Don't permit overlapping CHECK-DAG new 3c69e867ac4 finish: [FileCheck] Add -allow-deprecated-dag-overlap to fa [...]
The 3 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: docs/CommandGuide/FileCheck.rst | 26 ++ .../thinlto-function-summary-originalnames.ll | 2 +- test/Bitcode/thinlto-summary-local-5.0.ll | 4 +- test/Bitcode/upgrade-pointer-address-space.ll | 2 +- test/CodeGen/AArch64/fp16-v8-instructions.ll | 4 +- test/CodeGen/AArch64/swifterror.ll | 4 +- test/CodeGen/AMDGPU/ashr.v2i16.ll | 6 +- test/CodeGen/AMDGPU/bfi_int.ll | 6 +- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 4 +- test/CodeGen/AMDGPU/copy-illegal-type.ll | 4 +- test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 4 +- test/CodeGen/AMDGPU/extract_vector_elt-i8.ll | 4 +- test/CodeGen/AMDGPU/fceil64.ll | 6 +- test/CodeGen/AMDGPU/fcmp.f16.ll | 4 +- test/CodeGen/AMDGPU/fp_to_sint.ll | 6 +- test/CodeGen/AMDGPU/fp_to_uint.ll | 6 +- test/CodeGen/AMDGPU/fpext.f16.ll | 6 +- test/CodeGen/AMDGPU/half.ll | 4 +- test/CodeGen/AMDGPU/kernel-args.ll | 10 +- test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 8 +- test/CodeGen/AMDGPU/llvm.exp2.ll | 8 +- test/CodeGen/AMDGPU/llvm.log.ll | 8 +- test/CodeGen/AMDGPU/llvm.log10.ll | 8 +- test/CodeGen/AMDGPU/llvm.log2.ll | 8 +- test/CodeGen/AMDGPU/load-constant-i32.ll | 8 +- test/CodeGen/AMDGPU/load-constant-i8.ll | 8 +- test/CodeGen/AMDGPU/load-global-i16.ll | 10 +- test/CodeGen/AMDGPU/load-global-i32.ll | 8 +- test/CodeGen/AMDGPU/load-global-i8.ll | 10 +- test/CodeGen/AMDGPU/load-local-i16.ll | 12 +- test/CodeGen/AMDGPU/load-local-i8.ll | 12 +- test/CodeGen/AMDGPU/mul.ll | 6 +- test/CodeGen/AMDGPU/private-element-size.ll | 6 +- test/CodeGen/AMDGPU/setcc.ll | 4 +- test/CodeGen/AMDGPU/shl.ll | 4 +- test/CodeGen/AMDGPU/shl_add_constant.ll | 2 +- test/CodeGen/AMDGPU/sign_extend.ll | 4 +- test/CodeGen/AMDGPU/sra.ll | 6 +- test/CodeGen/AMDGPU/srl.ll | 4 +- test/CodeGen/AMDGPU/store-hi16.ll | 6 +- test/CodeGen/AMDGPU/store-v3i64.ll | 6 +- test/CodeGen/AMDGPU/udivrem.ll | 6 +- test/CodeGen/AMDGPU/uint_to_fp.ll | 6 +- test/CodeGen/AMDGPU/v_mac_f16.ll | 4 +- test/CodeGen/ARM/fp16-promote.ll | 6 +- test/CodeGen/Mips/bswap.ll | 8 +- .../Mips/cconv/arguments-hard-float-varargs.ll | 12 +- test/CodeGen/Mips/cconv/arguments-varargs.ll | 12 +- test/CodeGen/Mips/cconv/callee-saved.ll | 24 +- test/CodeGen/Mips/cconv/return-struct.ll | 12 +- test/CodeGen/Mips/madd-msub.ll | 14 +- test/CodeGen/Mips/msa/basic_operations.ll | 12 +- test/CodeGen/Mips/no-odd-spreg.ll | 10 +- test/CodeGen/NVPTX/f16x2-instructions.ll | 6 +- test/CodeGen/NVPTX/intrinsic-old.ll | 8 +- test/CodeGen/NVPTX/param-load-store.ll | 2 +- test/CodeGen/PowerPC/build-vector-tests.ll | 8 +- test/CodeGen/PowerPC/machine-combiner.ll | 4 +- test/CodeGen/PowerPC/memcpy-vec.ll | 6 +- test/CodeGen/PowerPC/swaps-le-1.ll | 8 +- test/CodeGen/SystemZ/backchain.ll | 2 +- test/CodeGen/SystemZ/cond-load-03.ll | 2 +- test/CodeGen/X86/x86-cmov-converter.ll | 2 +- test/FileCheck/check-dag-overlap-torture.txt | 304 +++++++++++++++++++++ test/FileCheck/check-dag-overlap.txt | 220 +++++++++++++++ test/Instrumentation/MemorySanitizer/msan_basic.ll | 4 +- test/ThinLTO/X86/alias_import.ll | 4 +- utils/FileCheck/FileCheck.cpp | 65 ++++- 68 files changed, 815 insertions(+), 224 deletions(-) create mode 100644 test/FileCheck/check-dag-overlap-torture.txt create mode 100644 test/FileCheck/check-dag-overlap.txt