This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f3a589e92d [BasicBlockUtils] Check for unreachable preds before updati [...] new d8de4cebd98 [AArch64][GlobalISel] Enable GlobalISel at -O0 by default new 8d249668751 [x86] allow pairs of PCMPEQ for vector-sized integer equali [...]
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/CodeGen/TargetPassConfig.h | 4 +- lib/CodeGen/TargetPassConfig.cpp | 12 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 38 ++- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- .../AArch64/GlobalISel/gisel-commandline-option.ll | 5 +- test/CodeGen/AArch64/aarch64_f16_be.ll | 4 +- test/CodeGen/AArch64/and-mask-removal.ll | 2 +- test/CodeGen/AArch64/arm64-EXT-undef-mask.ll | 2 +- test/CodeGen/AArch64/arm64-abi.ll | 2 +- test/CodeGen/AArch64/arm64-abi_align.ll | 2 +- test/CodeGen/AArch64/arm64-elf-constpool.ll | 2 +- test/CodeGen/AArch64/arm64-elf-globals.ll | 8 +- test/CodeGen/AArch64/arm64-fast-isel-alloca.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-br.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-call.ll | 6 +- .../AArch64/arm64-fast-isel-conversion-fallback.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-conversion.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-gv.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-icmp.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll | 2 +- .../CodeGen/AArch64/arm64-fast-isel-materialize.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-noconvert.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-rem.ll | 4 +- test/CodeGen/AArch64/arm64-fast-isel-ret.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel.ll | 2 +- .../CodeGen/AArch64/arm64-simd-scalar-to-vector.ll | 2 +- test/CodeGen/AArch64/arm64-tls-dynamic-together.ll | 4 +- test/CodeGen/AArch64/arm64-vcvt_f.ll | 2 +- test/CodeGen/AArch64/br-cond-not-merge.ll | 2 +- test/CodeGen/AArch64/cmpxchg-O0.ll | 2 +- test/CodeGen/AArch64/cxx-tlscc.ll | 2 +- test/CodeGen/AArch64/fast-isel-atomic.ll | 2 +- test/CodeGen/AArch64/fast-isel-sp-adjust.ll | 4 +- test/CodeGen/AArch64/i128-fast-isel-fallback.ll | 2 +- test/CodeGen/AArch64/preferred-alignment.ll | 2 +- test/CodeGen/AArch64/swift-return.ll | 2 +- test/CodeGen/AArch64/swifterror.ll | 2 +- test/CodeGen/AArch64/swiftself.ll | 2 +- test/CodeGen/AArch64/tailcall-fastisel.ll | 2 +- test/CodeGen/X86/setcc-wide-types.ll | 284 ++++++++++++++------- test/DebugInfo/AArch64/asan-stack-vars.ll | 2 +- test/DebugInfo/AArch64/frameindices.ll | 2 +- test/DebugInfo/AArch64/line-header.ll | 4 +- test/DebugInfo/AArch64/prologue_end.ll | 2 +- 46 files changed, 294 insertions(+), 151 deletions(-)