This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 564f4d8415a Fix test after rL312144 new aa892fdd036 Simplify writeArchive return type. new 92b6b153a4a Revert r312154 "Re-enable "[MachineCopyPropagation] Extend [...] new 73dd3b8c432 AMDGPU: Correct operand types for v_mad_mix*
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: include/llvm/CodeGen/Passes.h | 5 - include/llvm/InitializePasses.h | 1 - include/llvm/Object/ArchiveWriter.h | 2 +- lib/CodeGen/CodeGen.cpp | 1 - lib/CodeGen/MachineCopyPropagation.cpp | 590 +--------------------- lib/CodeGen/TargetPassConfig.cpp | 9 - lib/Object/ArchiveWriter.cpp | 11 +- lib/Object/COFFImportFile.cpp | 8 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 22 +- lib/Target/AMDGPU/SIInstrInfo.td | 1 + lib/Target/AMDGPU/VOP3PInstructions.td | 20 +- lib/Target/AMDGPU/VOPInstructions.td | 7 +- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 11 +- test/CodeGen/AArch64/aarch64-fold-lslfast.ll | 9 +- test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll | 16 +- test/CodeGen/AArch64/arm64-zero-cycle-regmov.ll | 6 +- test/CodeGen/AArch64/f16-instructions.ll | 2 +- test/CodeGen/AArch64/flags-multiuse.ll | 5 +- test/CodeGen/AArch64/merge-store-dependency.ll | 3 +- test/CodeGen/AArch64/neg-imm.ll | 4 +- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 12 +- test/CodeGen/AMDGPU/ret.ll | 16 +- test/CodeGen/ARM/atomic-op.ll | 6 +- test/CodeGen/ARM/swifterror.ll | 2 +- test/CodeGen/Mips/llvm-ir/sub.ll | 2 +- test/CodeGen/PowerPC/fma-mutate.ll | 3 +- test/CodeGen/PowerPC/inlineasm-i64-reg.ll | 2 +- test/CodeGen/PowerPC/tail-dup-layout.ll | 2 +- test/CodeGen/SPARC/atomics.ll | 5 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 2 +- test/CodeGen/X86/2006-03-01-InstrSchedBug.ll | 2 +- test/CodeGen/X86/arg-copy-elide.ll | 2 +- test/CodeGen/X86/avg.ll | 3 +- test/CodeGen/X86/avx-load-store.ll | 6 +- test/CodeGen/X86/avx512-bugfix-25270.ll | 4 +- test/CodeGen/X86/avx512-calling-conv.ll | 2 +- test/CodeGen/X86/avx512-mask-op.ll | 24 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 8 +- test/CodeGen/X86/buildvec-insertvec.ll | 2 +- test/CodeGen/X86/combine-fcopysign.ll | 8 +- test/CodeGen/X86/complex-fastmath.ll | 10 +- test/CodeGen/X86/divide-by-constant.ll | 2 +- test/CodeGen/X86/fmaxnum.ll | 8 +- test/CodeGen/X86/fminnum.ll | 8 +- test/CodeGen/X86/fp128-i128.ll | 4 +- test/CodeGen/X86/haddsub-2.ll | 12 +- test/CodeGen/X86/haddsub-undef.ll | 4 +- test/CodeGen/X86/half.ll | 6 +- test/CodeGen/X86/inline-asm-fpstack.ll | 1 - test/CodeGen/X86/ipra-local-linkage.ll | 2 +- test/CodeGen/X86/localescape.ll | 2 +- test/CodeGen/X86/mul-i1024.ll | 107 ++-- test/CodeGen/X86/mul-i512.ll | 19 +- test/CodeGen/X86/mul128.ll | 2 +- test/CodeGen/X86/pmul.ll | 46 +- test/CodeGen/X86/powi.ll | 2 +- test/CodeGen/X86/pr11334.ll | 2 +- test/CodeGen/X86/pr29112.ll | 10 +- test/CodeGen/X86/psubus.ll | 2 +- test/CodeGen/X86/shrink-wrap-chkstk.ll | 2 +- test/CodeGen/X86/sqrt-fastmath.ll | 8 +- test/CodeGen/X86/sse1.ll | 4 +- test/CodeGen/X86/sse3-avx-addsub-2.ll | 4 +- test/CodeGen/X86/statepoint-live-in.ll | 6 +- test/CodeGen/X86/statepoint-stack-usage.ll | 6 +- test/CodeGen/X86/vec_fp_to_int.ll | 26 +- test/CodeGen/X86/vec_int_to_fp.ll | 4 +- test/CodeGen/X86/vec_minmax_sint.ll | 2 +- test/CodeGen/X86/vec_shift4.ll | 8 +- test/CodeGen/X86/vector-blend.ll | 2 +- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 10 +- test/CodeGen/X86/vector-idiv-udiv-128.ll | 2 +- test/CodeGen/X86/vector-rotate-128.ll | 16 +- test/CodeGen/X86/vector-sext.ll | 12 +- test/CodeGen/X86/vector-shift-ashr-128.ll | 2 +- test/CodeGen/X86/vector-shift-lshr-128.ll | 8 +- test/CodeGen/X86/vector-shift-shl-128.ll | 14 +- test/CodeGen/X86/vector-shuffle-combining.ll | 2 +- test/CodeGen/X86/vector-trunc-math.ll | 2 +- test/CodeGen/X86/vector-zext.ll | 14 +- test/CodeGen/X86/vselect-minmax.ll | 44 +- test/CodeGen/X86/widen_conv-3.ll | 2 +- test/CodeGen/X86/widen_conv-4.ll | 4 +- test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 6 +- test/CodeGen/X86/x86-shrink-wrapping.ll | 4 +- test/DebugInfo/X86/live-debug-variables.ll | 2 +- test/MC/AMDGPU/gfx9_asm_all.s | 459 ----------------- test/MC/AMDGPU/vop3p.s | 58 ++- tools/llvm-ar/llvm-ar.cpp | 4 +- 89 files changed, 431 insertions(+), 1401 deletions(-)